# File lib/rspec/rails/adapters.rb, line 10 def setup(*methods) methods.each {|method| before { send method } } end
# File lib/rspec/rails/adapters.rb, line 14 def teardown(*methods) methods.each {|method| after { send method } } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.