before_setup()
public

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb, line 14
        def before_setup
          host! DEFAULT_HOST
          super
        end