# File lib/webmock/rspec/matchers/request_pattern_matcher.rb, line 28
    def at_least_twice
      @request_execution_verifier.at_least_times_executed = 2
      self
    end