class Qeweney::MockAdapter

def respond(req, body, headers)

def respond(req, body, headers)
  @calls << [:respond, req, body, headers]
  @body = body
  @headers = headers
end