class ActionDispatch::TestResponse

def response_parser

def response_parser
  @response_parser ||= RequestEncoder.parser(media_type)
end