# 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