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

- old
+ new

@@ -367,10 +367,10 @@ 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>>" + VersionAdded: '2.29' 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