module RSpec::Rails::SetupAndTeardownAdapter::ClassMethods
def teardown(*methods, &block)
- Api: - private
def teardown(*methods, &block) methods.each { |method| after { __send__ method } } after(&block) if block end
def teardown(*methods, &block) methods.each { |method| after { __send__ method } } after(&block) if block end