From ce395217f858b835940c1d00655959740fbf219b Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:06:43 +0100 Subject: [PATCH] Disable RSpec/MultipleExpectations cop with 1339 possible offenses, need to stablish a max amount after a debate --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 674fd154d..04696ff1c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -133,4 +133,7 @@ RSpec/MessageSpies: EnforcedStyle: receive RSpec/MultipleDescribes: - Enabled: true \ No newline at end of file + Enabled: true + +RSpec/MultipleExpectations: + Enabled: false \ No newline at end of file