[rubygems/rubygems] Update comment for minitest helper

https://github.com/rubygems/rubygems/commit/77b0805474
This commit is contained in:
Hiroshi SHIBATA 2024-01-11 09:33:01 +09:00 committed by git
parent 9f784915cd
commit 27688b6a1d

View File

@ -105,7 +105,7 @@ class Gem::TestCase < Test::Unit::TestCase
refute File.directory?(path), msg
end
# https://github.com/seattlerb/minitest/blob/21d9e804b63c619f602f3f4ece6c71b48974707a/lib/minitest/assertions.rb#L546
# Originally copied from minitest/assertions.rb
def capture_subprocess_io
require "tempfile"