Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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