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