summaryrefslogtreecommitdiff
path: root/test/rubygems/test_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_config.rb')
-rw-r--r--test/rubygems/test_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_config.rb b/test/rubygems/test_config.rb
index 8f8e1181c1..26f681328f 100644
--- a/test/rubygems/test_config.rb
+++ b/test/rubygems/test_config.rb
@@ -4,7 +4,7 @@ require_relative "helper"
require "rubygems"
require "shellwords"
-class TestConfig < Gem::TestCase
+class TestGemConfig < Gem::TestCase
def test_datadir
util_make_gems
spec = Gem::Specification.find_by_name("a")