lib/rubocop/cop/rspec/rails/negation_be_valid.rb in rubocop-rspec-2.28.0 vs lib/rubocop/cop/rspec/rails/negation_be_valid.rb in rubocop-rspec-2.29.0
- old
+ new
@@ -29,10 +29,10 @@
# # expect(foo).to be_invalid
# #
# # # good (with method chain)
# # expect(foo).to be_invalid.or be_even
# #
- # class NegationBeValid < RuboCop::Cop::RSpecRails::Base; end
+ # class NegationBeValid < RuboCop::Cop::RSpec::Base; end
NegationBeValid = ::RuboCop::Cop::RSpecRails::NegationBeValid
end
end
end
end