From 18d14dfe176e90f03a1ebdbdfca9ec7f5537cba3 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:04:38 +0100 Subject: [PATCH] Enable RSpec/MultipleDescribes cop without issues --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 12a380c27..674fd154d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -130,4 +130,7 @@ RSpec/MessageExpectation: RSpec/MessageSpies: Enabled: true - EnforcedStyle: receive \ No newline at end of file + EnforcedStyle: receive + +RSpec/MultipleDescribes: + Enabled: true \ No newline at end of file