From 2990c2cc3e5a105013b829dad00fa43a26da8682 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sun, 11 Aug 2019 06:12:46 +0900 Subject: Use capture_output instead of capture_io. It's preparation for migrating test-unit on upstream. --- test/rdoc/test_rdoc_text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc/test_rdoc_text.rb') diff --git a/test/rdoc/test_rdoc_text.rb b/test/rdoc/test_rdoc_text.rb index fcd993f834..0ecd815ffa 100644 --- a/test/rdoc/test_rdoc_text.rb +++ b/test/rdoc/test_rdoc_text.rb @@ -557,7 +557,7 @@ The comments associated with end def test_to_html_tt_tag_mismatch - _, err = verbose_capture_io do + _, err = verbose_capture_output do assert_equal 'hi', to_html('hi') end -- cgit v1.2.3