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