instance method
before_setup
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Signature
before_setup()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/setup_and_teardown.rb, line 24
def before_setup
super
run_callbacks :setup
end
Defined in activesupport/lib/active_support/testing/setup_and_teardown.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::SetupAndTeardown