class Qeweney::MockAdapter

def method_missing(sym, *args)

def method_missing(sym, *args)
  calls << [sym, *args]
end