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

[rubygems/rubygems] Minitest::Test is works fine with the ruby core repository

https://github.com/rubygems/rubygems/commit/afa01a29a3
This commit is contained in:
Hiroshi SHIBATA 2020-03-30 13:46:22 +09:00
parent 3041e2626d
commit e29c94e86b
Notes: git 2020-05-08 07:39:31 +09:00

View file

@ -98,7 +98,7 @@ end
# and uninstall gems, fetch remote gems through a stub fetcher and be assured
# your normal set of gems is not affected.
class Gem::TestCase < (defined?(Minitest::Test) ? Minitest::Test : MiniTest::Unit::TestCase)
class Gem::TestCase < Minitest::Test
extend Gem::Deprecate