Source: show | on GitHub
# File actionpack/test/controller/integration_test.rb, line 963 def default_url_options { :host => "bar.com" } end
# File actionpack/test/controller/integration_test.rb, line 967 def index render plain: "foo#index" end