Skip to content

Commit

Permalink
Fix typos in test method names [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 3, 2021
1 parent c749f60 commit 8386333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rdoc/test_rdoc_class_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_comment_equals_comment
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
Expand Down Expand Up @@ -238,7 +238,7 @@ def test_marshal_dump
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'

Expand Down

0 comments on commit 8386333

Please sign in to comment.