class WebMock::WebMockMatcher

def does_not_match?(webmock)

def does_not_match?(webmock)
  @request_execution_verifier.does_not_match?
end