We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c749f60 + 8386333 commit c81b52eCopy full SHA for c81b52e
test/rdoc/test_rdoc_class_module.rb
@@ -89,7 +89,7 @@ def test_comment_equals_comment
89
assert_equal 'comment', cm.comment.text
90
end
91
92
- def test_docuent_self_or_methods
+ def test_document_self_or_methods
93
assert @c1.document_self_or_methods
94
95
@c1.document_self = false
@@ -238,7 +238,7 @@ def test_marshal_dump
238
assert_equal tl, loaded.method_list.first.file
239
240
241
- def test_marshal_dump_visibilty
+ def test_marshal_dump_visibility
242
@store.path = Dir.tmpdir
243
tl = @store.add_file 'file.rb'
244
0 commit comments