summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Phoenix <evan@fallingsnow.net>2011-06-02 14:48:24 -0700
committerEvan Phoenix <evan@fallingsnow.net>2011-06-02 14:48:24 -0700
commitc51006de53921210695acfc36463ef935f1c67a4 (patch)
tree14cf38abf01f9c86a8097e91cd91376f9d42e93e
parent4a441565010ae22cb76fbf2ffb78bd3297f1a88f (diff)
downloadbundler-c51006de53921210695acfc36463ef935f1c67a4.tar.gz
Remove bad test for gits exact error message
-rw-r--r--spec/install/git_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index 3fd3cf7988..d4f67f4176 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -351,7 +351,9 @@ describe "bundle install with git sources" do
out.should include("Git error:")
err.should include("fatal")
err.should include("omgomg")
- err.should include("fatal: The remote end hung up unexpectedly")
+
+ # This isn't true, git can also report that it didn't find omgomg
+ # err.should include("fatal: The remote end hung up unexpectedly")
end
it "works when the gem path has spaces in it" do