class MiniTest::Spec
def self.after(type = :each, &block)
def self.after(type = :each, &block) raise "unsupported after type: #{type}" unless type == :each define_method :teardown, &block end
def self.after(type = :each, &block) raise "unsupported after type: #{type}" unless type == :each define_method :teardown, &block end