class ActionDispatch::TestResponse

def initialize(*) # :nodoc:

:nodoc:
def initialize(*) # :nodoc:
  super
  @response_parser = RequestEncoder.parser(content_type)
end