aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-05 13:15:29 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-05 13:15:29 +0000
commitae4fa7951fde1844a11dae3a2c15d10a5fa99f03 (patch)
treeafee639e216cf32357c2d6e76de49f2549c6d5af /test/rubygems/test_gem_installer.rb
parentf406e3ac638abd09f4c2c3900d4028f6a8a64071 (diff)
downloadruby-ae4fa7951fde1844a11dae3a2c15d10a5fa99f03.tar.gz
Revert r35443.
Revert "* test/rubygems/test_gem_installer.rb: fix broken test for r35541." * r35541 breaks exist tests, it should be a bug unless it is inteneded. there seems no such intention. https://github.com/seattlerb/minitest/commit/68858105b2eb11c85105ffac5f32b662c59397f3 * assert('mswin32' =~ Gem::Platform.local) won't output any useful information when it fails. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rubygems/test_gem_installer.rb')
-rw-r--r--test/rubygems/test_gem_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb
index 3f0d1dbc18..d40fbc93bf 100644
--- a/test/rubygems/test_gem_installer.rb
+++ b/test/rubygems/test_gem_installer.rb
@@ -1217,7 +1217,7 @@ load Gem.bin_path('a', 'executable', version)
def test_dir
util_setup_install
- assert_match %r!/installer/gems/a-2$!, @installer.dir
+ assert_match @installer.dir, %r!/installer/gems/a-2$!
end
def old_ruby_required