Skip to content

Commit 9237241

Browse files
committed
Use Bundler.with_original_env
1 parent b4d815f commit 9237241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/rails_6.0.2.1_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
end
8383

8484
it 'annotate models' do
85-
Bundler.with_clean_env do
85+
Bundler.with_original_env do
8686
Dir.chdir app_path do
8787
expect(git.diff.any?).to be_falsy
8888

0 commit comments

Comments
 (0)