From 317247103e6b6c5daf03db6665f9d725396f90c5 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 17:07:34 +0100 Subject: [PATCH] Enable RSpec/MultipleSubjects without issues --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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