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:
parent
c30594bb0c
commit
5ed9d3f16f
Notes:
git
2021-05-12 17:25:20 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue