class Faraday::Adapter::Test::Stubs

def put(path, body=nil, &block)

def put(path, body=nil, &block)
  new_stub(:put, path, body, &block)
end