method
url_options
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::SystemTestCase
url_options()private
No documentation available.
# File actionpack/lib/action_dispatch/system_test_case.rb, line 168
def url_options
default_url_options.reverse_merge(host: Capybara.app_host || Capybara.current_session.server_url)
end