lib/rubocop/cop/rspec/repeated_description.rb in rubocop-rspec-1.42.0 vs lib/rubocop/cop/rspec/repeated_description.rb in rubocop-rspec-1.43.0

- old
+ new

@@ -38,10 +38,10 @@ # it 'is valid', :flag do # # ... # end # end # - class RepeatedDescription < Cop + class RepeatedDescription < Base MSG = "Don't repeat descriptions within an example group." def on_block(node) return unless example_group?(node)