lib/rubocop/cop/chef/modernize/respond_to_provides.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/modernize/respond_to_provides.rb in cookstyle-7.0.0
- old
+ new
@@ -16,10 +16,10 @@
# limitations under the License.
#
module RuboCop
module Cop
module Chef
- module ChefModernize
+ module Modernize
# In Chef Infra Client 12+ is is no longer necessary to gate the use of the provides methods in resources with `if respond_to?(:provides)` or `if defined? provides`.
#
# @example
#
# # bad