diff --git a/.rubocop.yml b/.rubocop.yml index 3adbb08eb..aaaf961c2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -120,4 +120,7 @@ RSpec/LetBeforeExamples: Enabled: true RSpec/LetSetup: + Enabled: true + +RSpec/MessageChain: Enabled: true \ No newline at end of file