1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Use capture_output instead of capture_io

https://github.com/rubygems/rubygems/commit/c46185abe3
This commit is contained in:
Hiroshi SHIBATA 2021-05-11 12:34:03 +09:00
parent c30594bb0c
commit 5ed9d3f16f
Notes: git 2021-05-12 17:25:20 +09:00

View file

@ -1068,7 +1068,7 @@ class TestGemPackage < Gem::Package::TarTestCase
_, err = use_ui @ui do
e = nil
out_err = capture_io do
out_err = capture_output do
e = assert_raise ArgumentError do
package.verify_entry entry
end