class Faraday::Adapter::Test::Stubs

def options(path, headers = {}, &block)

def options(path, headers = {}, &block)
  new_stub(:options, path, headers, &block)
end