class Minitest::Unit::TestCase

:nodoc:

def self.inherited klass # :nodoc:

:nodoc:
:nodoc:
def self.inherited klass # :nodoc:
  from = caller.first
  warn "MiniTest::Unit::TestCase is now Minitest::Test. From #{from}"
  super
end