From 95e86eafbba1358a7c337203fdbd121ab098dcae Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:54:58 +0100 Subject: [PATCH] Enable RSpec/SubjectStub cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 0096604ed..b8f85f587 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -176,4 +176,7 @@ RSpec/SharedContext: Enabled: true RSpec/SingleArgumentMessageChain: + Enabled: true + +RSpec/SubjectStub: Enabled: true \ No newline at end of file