Skip to content

Commit af60c4b

Browse files
committed
revert a test class name
1 parent 4c3c6d4 commit af60c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rdoc/test_rdoc_rubygems_hook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_relative '../../lib/rubygems_plugin'
66
require 'test/unit'
77

8-
class TestRDocRubyGemsHook < Test::Unit::TestCase
8+
class TestRDocRubygemsHook < Test::Unit::TestCase
99
def setup
1010
@a = Gem::Specification.new do |s|
1111
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)