replace with_clean_env with with_unbundled_env (#12615)

This commit is contained in:
João Duarte 2021-01-29 17:31:35 +00:00 committed by GitHub
parent 3fb12747f5
commit 023e11a8e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -41,7 +41,7 @@ describe "Pack the dependencies", :integration => true do
FileUtils.rm_rf(bundler_config)
FileUtils.rm_rf(vendor_path)
Bundler.with_clean_env do
Bundler.with_unbundled_env do
Dir.chdir(path) do
system(bundler_cmd)
system(rake_cmd)
@ -69,7 +69,7 @@ describe "Pack the dependencies", :integration => true do
FileUtils.rm_rf(bundler_config)
FileUtils.rm_rf(vendor_path)
Bundler.with_clean_env do
Bundler.with_unbundled_env do
Dir.chdir(path) do
system(bundler_cmd)
system(rake_cmd)