From 4bb75c3a110b6db3a7e53c2ae88759a8b70bf294 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 02:26:40 +0100 Subject: [PATCH] Enable RSpec/LeadingSubject cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index e8376a710..5a14a23d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -111,4 +111,7 @@ RSpec/ItBehavesLike: Enabled: true RSpec/IteratedExpectation: + Enabled: true + +RSpec/LeadingSubject: Enabled: true \ No newline at end of file