method
before_setup
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown
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