1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] Fix typos in test method names [ci skip]

https://github.com/ruby/rdoc/commit/8386333323
This commit is contained in:
Nobuyoshi Nakada 2021-11-03 20:10:49 +09:00 committed by git
parent 5b8d22ebe6
commit f6330a45f2

View file

@ -89,7 +89,7 @@ class TestRDocClassModule < XrefTestCase
assert_equal 'comment', cm.comment.text
end
def test_docuent_self_or_methods
def test_document_self_or_methods
assert @c1.document_self_or_methods
@c1.document_self = false
@ -238,7 +238,7 @@ class TestRDocClassModule < XrefTestCase
assert_equal tl, loaded.method_list.first.file
end
def test_marshal_dump_visibilty
def test_marshal_dump_visibility
@store.path = Dir.tmpdir
tl = @store.add_file 'file.rb'