Skip to content

Commit

Permalink
Update spec command to create a Rails app for 7.x
Browse files Browse the repository at this point in the history
The big one was `--skip-asset-pipeline` which replaces
`--skip-sprockets`.
  • Loading branch information
gaffneyc committed Nov 18, 2024
1 parent 1b82334 commit 99ab4f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spec/interactor/rails_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ def last_command_started
before do
run_command_and_stop <<~CMD
bundle exec rails new example \
--skip-yarn \
--skip-gemfile \
--skip-git \
--skip-keeps \
--skip-action-mailer \
--skip-active-record \
--skip-puma \
--skip-action-mailbox \
--skip-action-text \
--skip-action-cable \
--skip-sprockets \
--skip-active-record \
--skip-active-job \
--skip-active-storage \
--skip-asset-pipeline \
--skip-spring \
--skip-listen \
--skip-coffee \
Expand Down

0 comments on commit 99ab4f5

Please sign in to comment.