From 0ebe38eedd3b0b0771f57e1d4a85d472a1b6b64f Mon Sep 17 00:00:00 2001 From: drbrain Date: Tue, 17 Apr 2012 21:17:56 +0000 Subject: Revert r35370 due to bad source branch git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_format.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems/test_gem_format.rb') diff --git a/test/rubygems/test_gem_format.rb b/test/rubygems/test_gem_format.rb index 711527bf79..805455f763 100644 --- a/test/rubygems/test_gem_format.rb +++ b/test/rubygems/test_gem_format.rb @@ -57,7 +57,7 @@ class TestGemFormat < Gem::Package::TarTestCase def test_class_from_file_by_path_nonexistent assert_raises Gem::Exception do - Gem::Format.from_file_by_path '/a/path/that/is/nonexistent' + Gem::Format.from_file_by_path '/nonexistent' end end -- cgit v1.2.3