We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420ede1 commit 6c6ca77Copy full SHA for 6c6ca77
test/support/acceptance_test.rb
@@ -666,7 +666,7 @@ def exec_name
666
667
FileUtils.cp_r "#{app.gem_home}/", bundle_path.to_s
668
669
- app.run! "bundle install --path .bundle --clean --prefer-local"
+ app.run! "bundle install --path .bundle --local"
670
671
assert_speedup do
672
2.times { assert_success "bundle exec rails runner ''" }
0 commit comments