Enable RSpec/ItBehavesLike cop without issues

This commit is contained in:
Bertocq
2018-01-07 02:20:34 +01:00
parent 54cd57de9b
commit 77e6e33d35

View File

@@ -105,4 +105,7 @@ RSpec/InstanceVariable:
Enabled: false Enabled: false
RSpec/InvalidPredicateMatcher: RSpec/InvalidPredicateMatcher:
Enabled: true
RSpec/ItBehavesLike:
Enabled: true Enabled: true