Methods
S
Instance Public methods
setup()
# File actionpack/test/dispatch/header_test.rb, line 4
def setup
  @headers = ActionDispatch::Http::Headers.new(
    "HTTP_CONTENT_TYPE" => "text/plain"
  )
end