class RuboCop::Cop::Chef::Deprecations::EasyInstallResource

Don’t use the deprecated easy_install resource removed in Chef Infra Client 13.

@example

### incorrect
easy_install "my_thing" do
  bar
end