Skip to content

Commit

Permalink
Merge pull request #5420 from mamhoff/skip-action-cable-in-dummy-apps
Browse files Browse the repository at this point in the history
Skip ActionCable for Dummy Apps
  • Loading branch information
elia authored Oct 6, 2023
2 parents 2abc7d3 + 3f8ad82 commit bd404fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/generators/spree/dummy/dummy_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def generate_test_dummy
opts[:skip_yarn] = true
opts[:skip_bootsnap] = true
opts[:skip_javascript] = true
opts[:skip_action_cable] = true

puts "Generating dummy Rails application..."
invoke Rails::Generators::AppGenerator,
Expand Down

0 comments on commit bd404fe

Please sign in to comment.