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