module WebMock::Matchers

def have_not_been_made

def have_not_been_made
  WebMock::RequestPatternMatcher.new.times(0)
end