class Faraday::Adapter::Test::Stubs

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

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