lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb in cookstyle-7.0.0
- old
+ new
@@ -17,10 +17,10 @@
#
module RuboCop
module Cop
module Chef
- module ChefDeprecations
+ module Deprecations
# Use the type property instead of the deprecated supports property in the chef_handler resource. The supports property was removed in chef_handler cookbook version 3.0 (June 2017) and Chef Infra Client 14.0.
#
# @example
#
# # bad