# File lib/webmock/rspec/matchers/request_pattern_matcher.rb, line 23
    def at_least_once
      @request_execution_verifier.at_least_times_executed = 1
      self
    end