config/default.yml in rubocop-rspec-2.2.0 vs config/default.yml in rubocop-rspec-2.3.0

- old
+ new

@@ -251,10 +251,12 @@ RSpec/ExampleLength: Description: Checks for long examples. Enabled: true Max: 5 + CountAsOne: [] VersionAdded: '1.5' + VersionChanged: '2.3' StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExampleLength RSpec/ExampleWithoutDescription: Description: Checks for examples without a description. Enabled: true