lib/rubocop/cop/chef/deprecation/chefspec_coverage_report.rb in cookstyle-7.32.2 vs lib/rubocop/cop/chef/deprecation/chefspec_coverage_report.rb in cookstyle-7.32.7

- old
+ new

@@ -21,10 +21,10 @@ module Deprecations # Don't use the deprecated ChefSpec Coverage report functionality in your specs. This feature has been removed as coverage reports encourage cookbook authors to write ineffective specs. Focus on testing your logic instead of achieving 100% code coverage. # # @example # - # #### incorrect + # ### incorrect # # at_exit { ChefSpec::Coverage.report! } # class ChefSpecCoverageReport < Base extend AutoCorrector