Source: show | on GitHub
# File actionpack/test/dispatch/response_test.rb, line 368 def setup @response = ActionDispatch::Response.create @response.set_header 'Foo', '1' end