diff --git a/.rubocop.yml b/.rubocop.yml index d78d8ff473f94..59d0c38bf6fe1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -367,6 +367,9 @@ Minitest/AssertWithExpectedArgument: Minitest/LiteralAsActualArgument: Enabled: true +Minitest/NonExecutableTestMethod: + Enabled: true + Minitest/SkipEnsure: Enabled: true