lib/rubocop/cop/chef/modernize/minitest_handler_usage.rb in cookstyle-7.7.2 vs lib/rubocop/cop/chef/modernize/minitest_handler_usage.rb in cookstyle-7.8.0
- old
+ new
@@ -21,10 +21,10 @@
module Modernize
# Use Chef InSpec for testing instead of the Minitest Handler cookbook pattern.
#
# @example
#
- # # bad
+ # #### incorrect
# depends 'minitest-handler'
#
class MinitestHandlerUsage < Base
extend AutoCorrector
include RangeHelp