Class: Test::Unit::TestCase

Inherits:
Object show all
Defined in:
lib/minitest/unit.rb

Overview

:nodoc:

Class Method Summary collapse

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