Methods

Class/Module Index [+]

Quicksearch

ActiveSupport::Testing::SetupAndTeardown::ClassMethods

Public Instance Methods

setup(*args, &block) click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/setup_and_teardown.rb, line 21
def setup(*args, &block)
  set_callback(:setup, :before, *args, &block)
end
teardown(*args, &block) click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/setup_and_teardown.rb, line 25
def teardown(*args, &block)
  set_callback(:teardown, :after, *args, &block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.