Class: Test::Unit::TestCase
Class Method Summary collapse
Class Method Details
.inherited(x) ⇒ Object
525 526 527 |
# File 'lib/minitest/unit.rb', line 525 def self.inherited x raise "You're running minitest and test/unit in the same process: #{x}" end |