aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/install/deploy_spec.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-15 21:31:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-22 20:32:30 +0900
commitc7ebeb7eda9f7f6bbb48effe1efc026eeb64d09c (patch)
treeb516b3b5119331d4d8431b4d17f552e2c8e798fe /spec/bundler/install/deploy_spec.rb
parentf4f157fc81b940c0f76a01ee266a08e6bba69b6b (diff)
downloadruby-c7ebeb7eda9f7f6bbb48effe1efc026eeb64d09c.tar.gz
Sync Bundler PR #3624
Diffstat (limited to 'spec/bundler/install/deploy_spec.rb')
-rw-r--r--spec/bundler/install/deploy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/deploy_spec.rb b/spec/bundler/install/deploy_spec.rb
index 121b99fd8c..071c6fcfcc 100644
--- a/spec/bundler/install/deploy_spec.rb
+++ b/spec/bundler/install/deploy_spec.rb
@@ -68,7 +68,7 @@ RSpec.describe "install with --deployment or --frozen" do
bundle! :install
bundle "install --deployment"
- bundle! "exec bundle check"
+ bundle! "exec bundle check", :env => { "PATH" => path }
end
it "works when using path gems from the same path and the version is specified" do