mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Removed RDoc::Context::Section#sequence
It has been deprecated since 2011.
5c2aa0f77d
This commit is contained in:
parent
56d33b3ea8
commit
f5abcf767e
2 changed files with 0 additions and 21 deletions
|
@ -143,13 +143,5 @@ class TestRDocContextSection < RDoc::TestCase
|
|||
assert_equal doc(other_comment.parse), loaded.comments
|
||||
end
|
||||
|
||||
def test_sequence
|
||||
_, err = verbose_capture_output do
|
||||
assert_match(/\ASEC\d{5}\Z/, @s.sequence)
|
||||
end
|
||||
|
||||
assert_equal "#{@S}#sequence is deprecated, use #aref\n", err
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue