config/rspec.yml in rubocop-rickselby-0.19.0 vs config/rspec.yml in rubocop-rickselby-0.20.0

- old
+ new

@@ -1,14 +1,17 @@ --- require: - rubocop-rspec +RSpec/ExampleLength: + Exclude: + - 'spec/system/**/*' + RSpec/ExampleWithoutDescription: EnforcedStyle: single_line_only RSpec/MultipleExpectations: Exclude: - 'spec/system/**/*' - - -RSpec/ExampleLength: - Exclude: - - 'spec/system/**/*' + +RSpec/NestedGroups: + MaxNesting: 5