Methods
S
Instance Public methods
setup()
# File actionpack/test/dispatch/response_test.rb, line 368
def setup
  @response = ActionDispatch::Response.create
  @response.set_header 'Foo', '1'
end