Class: Test::Unit::TestCase
Overview
:nodoc:
Class Method Summary collapse
-
.inherited(x) ⇒ Object
:nodoc:.
Class Method Details
.inherited(x) ⇒ Object
:nodoc:
1461 1462 1463 1464 |
# File 'lib/minitest/unit.rb', line 1461 def self.inherited x # :nodoc: # this helps me ferret out porting issues raise "Using minitest and test/unit in the same process: #{x}" end |