method
host!
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown
host!(host)public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb, line 9
def host!(host)
super
Capybara.app_host = host
end