# File lib/mocha/sequence.rb, line 37
    def satisfied_to_index?(index)
      @expectations[0...index].all?(&:satisfied?)
    end