# File lib/webmock/rspec/matchers/webmock_matcher.rb, line 9
    def once
      @request_execution_verifier.expected_times_executed = 1
      self
    end