From dc1deee15a4148fa4494f6b9ea482ae6580e9244 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:53:42 +0100 Subject: [PATCH] Enable RSpec/SharedContext cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 4017c3c42..cc1b9b02a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -170,4 +170,7 @@ RSpec/ScatteredLet: Enabled: true RSpec/ScatteredSetup: + Enabled: true + +RSpec/SharedContext: Enabled: true \ No newline at end of file