lib/rubocop/cop/chef/deprecation/user_supports_property.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/deprecation/user_supports_property.rb in cookstyle-7.0.0

- old
+ new

@@ -16,10 +16,10 @@ # limitations under the License. # module RuboCop module Cop module Chef - module ChefDeprecations + module Deprecations # The supports property was removed in Chef Infra Client 13 in favor of individual 'manage_home' and 'non_unique' properties. # # @example # # # bad