diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-08-11 06:12:46 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-11 06:14:01 +0900 |
commit | 2990c2cc3e5a105013b829dad00fa43a26da8682 (patch) | |
tree | 48b0b7357fb805281e8da9cfba951b0b9bc32fdb /test/rdoc/test_rdoc_parser.rb | |
parent | 7ee948c3a11c5fb79d6f3ec2878a64387e29ba7a (diff) |
Use capture_output instead of capture_io.
It's preparation for migrating test-unit on upstream.
Diffstat (limited to 'test/rdoc/test_rdoc_parser.rb')
-rw-r--r-- | test/rdoc/test_rdoc_parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_parser.rb b/test/rdoc/test_rdoc_parser.rb index 2638adcd15..45978ba56f 100644 --- a/test/rdoc/test_rdoc_parser.rb +++ b/test/rdoc/test_rdoc_parser.rb @@ -47,7 +47,7 @@ class TestRDocParser < RDoc::TestCase end def test_class_binary_large_japanese_rdoc - capture_io do + capture_output do begin extenc, Encoding.default_external = Encoding.default_external, Encoding::US_ASCII |