1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_gem_source_git.rb: drop intended error message

* test/rubygems/test_gem_source_git.rb (test_rev_parse): dispose
  error message by git, which should be intended.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-10-04 12:31:34 +00:00
parent 11ad7c4dbe
commit 27ce2d1328

View file

@ -186,7 +186,7 @@ class TestGemSourceGit < Gem::TestCase
source.cache
e = assert_raises Gem::Exception do
source.rev_parse
capture_subprocess_io {source.rev_parse}
end
assert_equal "unable to find reference nonexistent in #{@repository}",