module ActiveSupport::Testing::SetupAndTeardown

def before_setup # :nodoc:

:nodoc:
def before_setup # :nodoc:
  super
  run_callbacks :setup
end