From 77e6e33d358c1bad049c3a58f0cb15ac056a5b90 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 02:20:34 +0100 Subject: [PATCH] Enable RSpec/ItBehavesLike cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 67eeb8282..388fba593 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -105,4 +105,7 @@ RSpec/InstanceVariable: Enabled: false RSpec/InvalidPredicateMatcher: + Enabled: true + +RSpec/ItBehavesLike: Enabled: true \ No newline at end of file