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

- old
+ new

@@ -13,10 +13,10 @@ # # # good # it '...' do # expect(false).not_to be_true # end - class NotToNot < Cop + class NotToNot < Base extend AutoCorrector include ConfigurableEnforcedStyle MSG = 'Prefer `%<replacement>s` over `%<original>s`.'