From bf75b50b2f7ab9d98b59aa1a945d32725535ba5c Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 02:14:04 +0100 Subject: [PATCH] Enable RSpec/InstanceSpy cop without issues --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1676eeb53..bc4987a8c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -96,4 +96,7 @@ RSpec/HookArgument: RSpec/ImplicitExpect: Enabled: true - EnforcedStyle: should \ No newline at end of file + EnforcedStyle: should + +RSpec/InstanceSpy: + Enabled: true \ No newline at end of file