config/default.yml in rubocop-rspec-1.32.0 vs config/default.yml in rubocop-rspec-1.33.0
- old
+ new
@@ -81,9 +81,15 @@
SupportedStyles:
- described_class
- explicit
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass
+RSpec/Dialect:
+ Description: This cop enforces custom RSpec dialects.
+ Enabled: false
+ PreferredMethods: {}
+ StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Dialect
+
RSpec/EmptyExampleGroup:
Description: Checks if an example group does not include any tests.
Enabled: true
CustomIncludeMethods: []
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyExampleGroup