config/default.yml in rubocop-rspec-1.25.1 vs config/default.yml in rubocop-rspec-1.26.0
- old
+ new
@@ -297,9 +297,14 @@
RSpec/Pending:
Enabled: false
Description: Checks for any pending or skipped examples.
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Pending
+RSpec/ReceiveCounts:
+ Enabled: true
+ Description: Check for `once` and `twice` receive counts matchers usage.
+ StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ReceiveCounts
+
RSpec/RepeatedDescription:
Enabled: true
Description: Check for repeated description strings in example groups.
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedDescription