module MiniTestSpecRails::DSL::ClassMethods

def after(_type = nil, &block)

def after(_type = nil, &block)
  teardown { instance_eval(&block) }
end