class ActionDispatch::SystemTestCase

def app_host

def app_host
  Capybara.app_host || Capybara.current_session.server_url || DEFAULT_HOST
end