diff --git a/.rubocop.yml b/.rubocop.yml index e8376a710..5a14a23d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -111,4 +111,7 @@ RSpec/ItBehavesLike: Enabled: true RSpec/IteratedExpectation: + Enabled: true + +RSpec/LeadingSubject: Enabled: true \ No newline at end of file