Skip to content

Commit 229858e

Browse files
committed
Also use capture_output instead of capture_io
1 parent ad9206d commit 229858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rubygems/test_gem_doctor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_doctor_badly_named_plugins
163163

164164
doctor = Gem::Doctor.new @gemhome
165165

166-
capture_io do
166+
capture_output do
167167
use_ui @ui do
168168
doctor.doctor
169169
end

0 commit comments

Comments
 (0)