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