# File lib/action_dispatch/testing/integration.rb, line 185 def default_url_options { :host => host, :protocol => https? ? "https" : "http" } end