# File lib/webmock/adapters/rspec/request_pattern_matcher.rb, line 13
    def twice
      @request_execution_verifier.expected_times_executed = 2
      self
    end