Use capture_output instead of capture_io.

It's preparation for migrating test-unit on upstream.
This commit is contained in:
Hiroshi SHIBATA 2019-08-11 06:12:46 +09:00
parent 7ee948c3a1
commit 2990c2cc3e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
13 changed files with 87 additions and 87 deletions

View file

@ -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