class Faraday::Adapter::Test::Stubs

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

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