diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-06-29 20:16:49 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-12 17:24:43 +0900 |
commit | 26cbda8dc903d5d663f6c759be073df3346c6874 (patch) | |
tree | de16280ada7fe53fda17d43afb506f07e2761d81 /test/rubygems/test_gem_commands_check_command.rb | |
parent | cddeee21e992f1659ff9cb24d99e154aaba9daad (diff) |
[rubygems/rubygems] Use capture_output instead of capture_io.
https://github.com/rubygems/rubygems/commit/ad9206d4d0
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4491
Diffstat (limited to 'test/rubygems/test_gem_commands_check_command.rb')
-rw-r--r-- | test/rubygems/test_gem_commands_check_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_check_command.rb b/test/rubygems/test_gem_commands_check_command.rb index c922e40eab..da5b411c83 100644 --- a/test/rubygems/test_gem_commands_check_command.rb +++ b/test/rubygems/test_gem_commands_check_command.rb @@ -55,7 +55,7 @@ class TestGemCommandsCheckCommand < Gem::TestCase Gem.use_paths @gemhome - capture_io do + capture_output do use_ui @ui do @cmd.doctor end |