method

before_setup

before_setup()
public

No documentation available.

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