aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
authorayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-05 09:27:06 +0000
committerayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-05 09:27:06 +0000
commitf406e3ac638abd09f4c2c3900d4028f6a8a64071 (patch)
treece0e121753d13b2177a28b9a80656a13114fb833 /test/rubygems/test_gem_installer.rb
parent4750b11cc4b199a88168a548039138c88401e8b6 (diff)
downloadruby-f406e3ac638abd09f4c2c3900d4028f6a8a64071.tar.gz
* test/rubygems/test_gem_installer.rb: fix broken test for r35541.
[ruby-core:44884][Bug #6405] * test/rubygems/test_gem_platform.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35543 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 d40fbc93bf..3f0d1dbc18 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 @installer.dir, %r!/installer/gems/a-2$!
+ assert_match %r!/installer/gems/a-2$!, @installer.dir
end
def old_ruby_required