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