Skip to content

Commit 6c6ca77

Browse files
committed
Don't clean the bundle path to not remove bundled gems
1 parent 420ede1 commit 6c6ca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/acceptance_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def exec_name
666666

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

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

671671
assert_speedup do
672672
2.times { assert_success "bundle exec rails runner ''" }

0 commit comments

Comments
 (0)