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:
parent
5b8d22ebe6
commit
f6330a45f2
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue