mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
5b8d22ebe6
commit
f6330a45f2
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ class TestRDocClassModule < XrefTestCase
|
||||||
assert_equal 'comment', cm.comment.text
|
assert_equal 'comment', cm.comment.text
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_docuent_self_or_methods
|
def test_document_self_or_methods
|
||||||
assert @c1.document_self_or_methods
|
assert @c1.document_self_or_methods
|
||||||
|
|
||||||
@c1.document_self = false
|
@c1.document_self = false
|
||||||
|
@ -238,7 +238,7 @@ class TestRDocClassModule < XrefTestCase
|
||||||
assert_equal tl, loaded.method_list.first.file
|
assert_equal tl, loaded.method_list.first.file
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_marshal_dump_visibilty
|
def test_marshal_dump_visibility
|
||||||
@store.path = Dir.tmpdir
|
@store.path = Dir.tmpdir
|
||||||
tl = @store.add_file 'file.rb'
|
tl = @store.add_file 'file.rb'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue