Methods

Class Index [+]

Quicksearch

ActiveSupport::Testing::SetupAndTeardown::ClassMethods

Public Instance Methods

setup(*args, &block) click to toggle source
    # File lib/active_support/testing/setup_and_teardown.rb, line 21
21:         def setup(*args, &block)
22:           set_callback(:setup, :before, *args, &block)
23:         end
teardown(*args, &block) click to toggle source
    # File lib/active_support/testing/setup_and_teardown.rb, line 25
25:         def teardown(*args, &block)
26:           set_callback(:teardown, :after, *args, &block)
27:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.