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

@@ -53,4 +53,10 @@ RSpec/ContextWording:
Enabled: false
RSpec/DescribeClass:
Enabled: true
RSpec/DescribeMethod:
Enabled: true
RSpec/DescribeSymbol:
Enabled: true