config/default.yml in rubocop-rspec_rails-2.28.3 vs config/default.yml in rubocop-rspec_rails-2.29.0

- old
+ new

@@ -64,16 +64,18 @@ VersionAdded: '2.17' Reference: https://www.rubydoc.info/gems/rubocop-rspec_rails/RuboCop/Cop/RSpecRails/MinitestAssertions RSpecRails/NegationBeValid: Description: Enforces use of `be_invalid` or `not_to` for negated be_valid. + AutoCorrect: contextual Safe: false EnforcedStyle: not_to SupportedStyles: - not_to - be_invalid Enabled: pending VersionAdded: '2.23' + VersionChanged: '2.29' Reference: https://www.rubydoc.info/gems/rubocop-rspec_rails/RuboCop/Cop/RSpecRails/NegationBeValid RSpecRails/TravelAround: Description: Prefer to travel in `before` rather than `around`. Enabled: pending