config/default.yml in rubocop-rspec-1.5.0 vs config/default.yml in rubocop-rspec-1.5.1
- old
+ new
@@ -40,9 +40,10 @@
RSpec: rspec
RSpec/VerifiedDoubles:
Description: 'Prefer using verifying doubles over normal doubles.'
Enabled: true
+ IgnoreSymbolicNames: false
RSpec/NotToNot:
Description: 'Enforces the usage of the same method on all negative message expectations.'
EnforcedStyle: not_to
SupportedStyles: