File tree Expand file tree Collapse file tree
react_on_rails/spec/react_on_rails/generators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4516,6 +4516,7 @@ class ActiveSupport::TestCase
45164516
45174517 expect ( output_text ) . to include ( "clean up your working tree before rerunning" )
45184518 expect ( output_text ) . to include ( "Re-run: rails generate react_on_rails:install --redux --typescript" )
4519+ expect ( output_text ) . to include ( "Failed to install Shakapacker" )
45194520 expect ( output_text ) . to include ( "legacy Redux generator path" )
45204521 expect ( output_text . index ( "legacy Redux generator path" ) )
45214522 . to be > output_text . index ( "Failed to install Shakapacker" )
@@ -4609,6 +4610,7 @@ class ActiveSupport::TestCase
46094610 output_text = GeneratorMessages . output . join ( "\n " )
46104611
46114612 expect ( output_text ) . to include ( "Then re-run: rails generate react_on_rails:install --redux" )
4613+ expect ( output_text ) . to include ( "Failed to add Shakapacker" )
46124614 expect ( output_text ) . to include ( "legacy Redux generator path" )
46134615 expect ( output_text . index ( "legacy Redux generator path" ) ) . to be > output_text . index ( "Failed to add Shakapacker" )
46144616 end
You can’t perform that action at this time.
0 commit comments