From c6cac965ddfb16eb5c2754586ba0dee0369fdd26 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:40:59 +0100 Subject: [PATCH] Enable RSpec/OverwritingSetup cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index a2a787cc2..e16503306 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -149,4 +149,7 @@ RSpec/NestedGroups: Max: 4 RSpec/NotToNot: + Enabled: true + +RSpec/OverwritingSetup: Enabled: true \ No newline at end of file