method

before_setup

rails latest stable - Class: ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

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