class WebMock::RequestExecutionVerifier

def times(times)

def times(times)
  "#{times} time#{ (times == 1) ? '' : 's'}"
end