diff --git a/.rubocop.yml b/.rubocop.yml index 7920d1a04..ae486cc1c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -182,4 +182,7 @@ RSpec/SubjectStub: Enabled: true RSpec/VerifiedDoubles: + Enabled: true + +RSpec/VoidExpect: Enabled: true \ No newline at end of file