config/default.yml in rubocop-rspec-1.9.0 vs config/default.yml in rubocop-rspec-1.9.1
- old
+ new
@@ -125,10 +125,10 @@
Enabled: true
RSpec/NestedGroups:
Description: Checks for nested example groups.
Enabled: true
- MaxNesting: 2
+ MaxNesting: 3
RSpec/NotToNot:
Description: Checks for consistent method usage for negating expectations.
EnforcedStyle: not_to
SupportedStyles: