aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
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 f0dd52cd36..4d13c68505 100644
--- a/test/rubygems/test_gem_installer.rb
+++ b/test/rubygems/test_gem_installer.rb
@@ -937,7 +937,7 @@ gem 'other', version
assert_match %r|I am a shiny gem!|, @ui.output
end
- def test_install_extension_install_dir
+ def test_install_extension_dir
gemhome2 = "#{@gemhome}2"
@spec.extensions << "extconf.rb"