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