class ResponseHeadersTest

Public Instance Methods

setup() click to toggle source
# File actionpack/test/dispatch/response_test.rb, line 390
def setup
  @response = ActionDispatch::Response.create
  @response.set_header "Foo", "1"
end