module RSpec::Rails::SetupAndTeardownAdapter::ClassMethods

def teardown(*methods)

def teardown(*methods)
  methods.each {|method| after { send method } }
end