method

host!

rails latest stable - Class: ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

host!(host)
public

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb, line 7
        def host!(host)
          ActiveSupport::Deprecation.warn              "ActionDispatch::SystemTestCase#host! is deprecated with no replacement. "              "Set Capybara.app_host directly or rely on Capybara's default host."

          Capybara.app_host = host
        end