From 9abbf874f2849c1cc00e6024e93ba15a6ee714bb Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sat, 10 Feb 2018 19:34:30 +0100 Subject: [PATCH] Enable rubocop-rspec RSpec/InstanceVariable cop --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0c56b53fc..5f0fd20be 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -102,7 +102,7 @@ RSpec/InstanceSpy: Enabled: true RSpec/InstanceVariable: - Enabled: false + Enabled: true RSpec/InvalidPredicateMatcher: Enabled: true