summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-31 20:24:04 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 20:24:17 -0600
commit844c093e95263aaff7a6edeb23035b1707ad17f3 (patch)
treec87b969501aa72431ade503c3375664908004469
parent3c94eb747cf461ff334ce57bf72638d5aee29afa (diff)
downloadbundler-844c093e95263aaff7a6edeb23035b1707ad17f3.tar.gz
Fix spec for git not being on PATH
-rw-r--r--spec/install/gemfile/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile/git_spec.rb b/spec/install/gemfile/git_spec.rb
index ba7e439066..c01bf4019a 100644
--- a/spec/install/gemfile/git_spec.rb
+++ b/spec/install/gemfile/git_spec.rb
@@ -976,7 +976,7 @@ describe "bundle install with git sources" do
end
G
- bundle "update", :env => { "PATH" => "" }
+ bundle "update", :env => { "PATH" => "", "_ORIGINAL_PATH" => "" }
expect(out).to include("You need to install git to be able to use gems from git repositories. For help installing git, please refer to GitHub's tutorial at https://help.github.com/articles/set-up-git")
end