Skip to content

Commit

Permalink
Remove bad test for gits exact error message
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jun 2, 2011
1 parent 4a44156 commit c51006d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/install/git_spec.rb
Expand Up @@ -351,7 +351,9 @@
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
Expand Down

0 comments on commit c51006d

Please sign in to comment.