module ActiveSupport::Testing::SetupAndTeardown
def after_teardown # :nodoc:
def after_teardown # :nodoc: run_callbacks :teardown super end
def before_setup # :nodoc:
def before_setup # :nodoc: super run_callbacks :setup end
def after_teardown # :nodoc: run_callbacks :teardown super end
def before_setup # :nodoc: super run_callbacks :setup end