# File lib/active_support/testing/setup_and_teardown.rb, line 29 def after_teardown run_callbacks :teardown super end
# File lib/active_support/testing/setup_and_teardown.rb, line 24 def before_setup super run_callbacks :setup end