From 83863333231d4f9252896dd046d06f9acc6e2716 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 3 Nov 2021 20:10:49 +0900 Subject: [PATCH] Fix typos in test method names [ci skip] --- test/rdoc/test_rdoc_class_module.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'