From 987b31d6180eb95993f2a2c6106a8853616c38e8 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 16:28:37 +0100 Subject: [PATCH] Enable RSpec/MessageChain cop without issues --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 3adbb08eb..aaaf961c2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -120,4 +120,7 @@ RSpec/LetBeforeExamples: Enabled: true RSpec/LetSetup: + Enabled: true + +RSpec/MessageChain: Enabled: true \ No newline at end of file