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