Skip to content

Commit

Permalink
Don't clean the bundle path to not remove bundled gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 21, 2022
1 parent 420ede1 commit 6c6ca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/acceptance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def exec_name

FileUtils.cp_r "#{app.gem_home}/", bundle_path.to_s

app.run! "bundle install --path .bundle --clean --prefer-local"
app.run! "bundle install --path .bundle --local"

assert_speedup do
2.times { assert_success "bundle exec rails runner ''" }
Expand Down

0 comments on commit 6c6ca77

Please sign in to comment.