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:
parent
3041e2626d
commit
e29c94e86b
Notes:
git
2020-05-08 07:39:31 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue