lib/rubocop/cop/chef/modernize/defines_chefspec_matchers.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/modernize/defines_chefspec_matchers.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
# ChefSpec 7.1 and later auto generate ChefSpec matchers. Matchers in cookbooks can now be removed.
#
# @example
#
# # bad