# File lib/faraday/adapter/test.rb, line 21
        def initialize
          # {:get => [Stub, Stub]}
          @stack, @consumed = {}, {}
          yield self if block_given?
        end