class RuboCop::Cop::Chef::Deprecations::ChefHandlerRecipe

There is no need to include the empty and deprecated chef_handler::default recipe to use the chef_handler resource

@example

### incorrect
include_recipe 'chef_handler'
include_recipe 'chef_handler::default'