Skip to content

Commit

Permalink
Merge pull request #5631 from solidusio/backport/v4.2/pr-5420
Browse files Browse the repository at this point in the history
[v4.2] Skip `ActionCable` for dummy apps
  • Loading branch information
tvdeyen authored Jan 26, 2024
2 parents 12cb6f2 + 223e241 commit b07a0a3
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 b07a0a3

Please sign in to comment.