Enable Expect In Hook and Output rubocop rspec cops

This commit is contained in:
Bertocq
2018-01-07 02:04:43 +01:00
parent 97c5490995
commit 0f37239ac3

View File

@@ -78,3 +78,9 @@ RSpec/ExampleWording:
RSpec/ExpectActual:
Enabled: true
RSpec/ExpectInHook:
Enabled: true
RSpec/ExpectOutput:
Enabled: true