config/default.yml in rubocop-rspec-2.28.0 vs config/default.yml in rubocop-rspec-2.29.0

- old
+ new

@@ -364,10 +364,16 @@ Description: Avoid empty metadata hash. Enabled: pending VersionAdded: '2.24' Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyMetadata +RSpec/EmptyOutput: + Description: Check that the `output` matcher is not called with an empty string. + Enabled: pending + VersionAdded: "<<next>>" + Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyOutput + RSpec/Eq: Description: Use `eq` instead of `be ==` to compare objects. Enabled: pending VersionAdded: '2.24' Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Eq @@ -929,9 +935,15 @@ Enabled: true VersionAdded: '1.7' VersionChanged: '2.8' StyleGuide: https://rspec.rubystyle.guide/#dont-stub-subject Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/SubjectStub + +RSpec/UndescriptiveLiteralsDescription: + Description: Description should be descriptive. + Enabled: pending + VersionAdded: '2.29' + Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/UndescriptiveLiteralsDescription RSpec/UnspecifiedException: Description: Checks for a specified error in checking raised errors. Enabled: true VersionAdded: '1.30'