From 4fc03fe395e9aa76c0df7e5d0e7aaf3e3e6e79ee Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 18:48:59 +0100 Subject: [PATCH] Enable RSpec/VoidExpect cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 7920d1a04..ae486cc1c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -182,4 +182,7 @@ RSpec/SubjectStub: Enabled: true RSpec/VerifiedDoubles: + Enabled: true + +RSpec/VoidExpect: Enabled: true \ No newline at end of file