Enable both DescribeMethod and DescribeSymbol cops, without issues

This commit is contained in:
Bertocq
2018-01-07 00:17:48 +01:00
parent 6ec6f64675
commit 0c3dc56650

View File

@@ -54,3 +54,9 @@ RSpec/ContextWording:
RSpec/DescribeClass:
Enabled: true
RSpec/DescribeMethod:
Enabled: true
RSpec/DescribeSymbol:
Enabled: true