class ActionDispatch::TestResponse

def self.from_response(response)

def self.from_response(response)
  new response.status, response.headers, response.body
end