diff --git a/test/rdoc/test_rdoc_class_module.rb b/test/rdoc/test_rdoc_class_module.rb index 4dcc5d15ab..ad185671cf 100644 --- a/test/rdoc/test_rdoc_class_module.rb +++ b/test/rdoc/test_rdoc_class_module.rb @@ -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 @@ -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'