lib/rubocop/cop/chef/deprecation/node_deep_fetch.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/deprecation/node_deep_fetch.rb in cookstyle-7.0.0
- old
+ new
@@ -15,10 +15,10 @@
# limitations under the License.
#
module RuboCop
module Cop
module Chef
- module ChefDeprecations
+ module Deprecations
# The node.deep_fetch method has been removed from Chef-Sugar, and must be replaced by the node.read API.
#
# @example
#
# # bad