mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Use capture_output instead of capture_io.
It's preparation for migrating test-unit on upstream.
This commit is contained in:
parent
7ee948c3a1
commit
2990c2cc3e
13 changed files with 87 additions and 87 deletions
|
@ -144,7 +144,7 @@ class TestRDocContextSection < RDoc::TestCase
|
|||
end
|
||||
|
||||
def test_sequence
|
||||
_, err = verbose_capture_io do
|
||||
_, err = verbose_capture_output do
|
||||
assert_match(/\ASEC\d{5}\Z/, @s.sequence)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue