diff --git a/.rubocop.yml b/.rubocop.yml index ae5f06fbe..1676eeb53 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -92,4 +92,8 @@ RSpec/Focus: Enabled: true RSpec/HookArgument: - Enabled: true \ No newline at end of file + Enabled: true + +RSpec/ImplicitExpect: + Enabled: true + EnforcedStyle: should \ No newline at end of file