From 39b01b634242a30b3086fdd2f158cb19a6cd8d8f Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 02:07:02 +0100 Subject: [PATCH] Enable RSpec/Focus cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index e11b58e40..7c299ebb0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -86,4 +86,7 @@ RSpec/ExpectOutput: Enabled: true RSpec/FilePath: + Enabled: true + +RSpec/Focus: Enabled: true \ No newline at end of file