# File lib/webmock/rspec/matchers.rb, line 16
    def have_not_been_made
      WebMock::RequestPatternMatcher.new.times(0)
    end