# File lib/faraday/adapter/test.rb, line 44
        def get(path, headers = {}, &block)
          new_stub(:get, path, headers, &block)
        end