method

url_options

rails latest stable - Class: ActionDispatch::SystemTestCase
url_options()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_test_case.rb, line 170
              def url_options
                default_url_options.reverse_merge(host: app_host)
              end