Flowdock
method

host!

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: SetupAndTeardown
host!(host) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb, line 9
        def host!(host)
          super
          Capybara.app_host = host
        end
Register or log in to add new notes.