From 33365479c92f6755e06511d5b07e0cc6f847e5b5 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:50:27 +0100 Subject: [PATCH] Enable RSpec/ReturnFromStub cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 3097f5207..21602a67a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -161,4 +161,7 @@ RSpec/RepeatedDescription: Enabled: true RSpec/RepeatedExample: + Enabled: true + +RSpec/ReturnFromStub: Enabled: true \ No newline at end of file