# File lib/rspec/rails/adapters.rb, line 10
        def setup(*methods)
          methods.each {|method| before { send method } }
        end