config/default.yml in rubocop-rspec-1.14.0 vs config/default.yml in rubocop-rspec-1.15.0
- old
+ new
@@ -40,9 +40,13 @@
RSpec/DescribeMethod:
Description: Checks that the second argument to `describe` specifies a method.
Enabled: true
+RSpec/DescribeSymbol:
+ Description: Avoid describing symbols.
+ Enabled: true
+
RSpec/IteratedExpectation:
Description: Check that `all` matcher is used instead of iterating over an array.
Enabled: true
RSpec/EmptyExampleGroup: