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