diff --git a/.rubocop.yml b/.rubocop.yml index 04696ff1c..8239f4569 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -136,4 +136,7 @@ RSpec/MultipleDescribes: Enabled: true RSpec/MultipleExpectations: - Enabled: false \ No newline at end of file + Enabled: false + +RSpec/MultipleSubjects: + Enabled: true \ No newline at end of file