Skip to content

Commit c81b52e

Browse files
authored
Merge pull request #850 from nobu/typos
Fix typos in test method names [ci skip]
2 parents c749f60 + 8386333 commit c81b52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rdoc/test_rdoc_class_module.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_comment_equals_comment
8989
assert_equal 'comment', cm.comment.text
9090
end
9191

92-
def test_docuent_self_or_methods
92+
def test_document_self_or_methods
9393
assert @c1.document_self_or_methods
9494

9595
@c1.document_self = false
@@ -238,7 +238,7 @@ def test_marshal_dump
238238
assert_equal tl, loaded.method_list.first.file
239239
end
240240

241-
def test_marshal_dump_visibilty
241+
def test_marshal_dump_visibility
242242
@store.path = Dir.tmpdir
243243
tl = @store.add_file 'file.rb'
244244

0 commit comments

Comments
 (0)