diff --git a/.rubocop.yml b/.rubocop.yml index 3097f5207..21602a67a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -161,4 +161,7 @@ RSpec/RepeatedDescription: Enabled: true RSpec/RepeatedExample: + Enabled: true + +RSpec/ReturnFromStub: Enabled: true \ No newline at end of file