config/default.yml in rubocop-rspec-1.5.2 vs config/default.yml in rubocop-rspec-1.5.3
- old
+ new
@@ -58,5 +58,9 @@
RSpec/ExampleLength:
Description: 'Checks for long example'
Enabled: true
Max: 5
+
+RSpec/NamedSubject:
+ Description: 'Name your RSpec subject if you reference it explicitly'
+ Enabled: true