Source: show | on GitHub
# File actionpack/test/dispatch/header_test.rb, line 4 def setup @headers = ActionDispatch::Http::Headers.new( "HTTP_CONTENT_TYPE" => "text/plain" ) end