summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Phoenix <evan@fallingsnow.net>2011-06-02 15:08:11 -0700
committerEvan Phoenix <evan@fallingsnow.net>2011-06-02 15:08:11 -0700
commitb5851ec6ae4c3f2b781d5a5e431da689a7f47406 (patch)
tree80e1a39c774ef63517d42740858c9013dcb30819
parented970c2db7218a7a974c7006e7e8e7dfac0769ad (diff)
downloadbundler-b5851ec6ae4c3f2b781d5a5e431da689a7f47406.tar.gz
Remove bad test
-rw-r--r--spec/install/git_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index d4f67f4176..62cb887d89 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -351,9 +351,6 @@ describe "bundle install with git sources" do
out.should include("Git error:")
err.should include("fatal")
err.should include("omgomg")
-
- # 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