method
host!
v5.2.3 -
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