class RuboCop::Cop::Chef::Deprecations::UsesChefRESTHelpers

The ‘Chef::REST` class was removed in Chef Infra Client 13.

@example

### incorrect
require 'chef/rest'
Chef::REST::RESTRequest.new(:GET, FOO, nil).call