class Faraday::Adapter::Test::Stubs

def put(path, body = nil, headers = {}, &block)

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