config/default.yml in rubocop-minitest-0.23.2 vs config/default.yml in rubocop-minitest-0.24.0
- old
+ new
@@ -237,9 +237,14 @@
Minitest/SkipEnsure:
Description: 'Checks that `ensure` call even if `skip`.'
Enabled: pending
VersionAdded: '0.20'
+Minitest/SkipWithoutReason:
+ Description: 'Checks for skipped tests missing the skipping reason.'
+ Enabled: pending
+ VersionAdded: '0.24'
+
Minitest/TestMethodName:
Description: 'This cop enforces that test method names start with `test_` prefix.'
Enabled: 'pending'
VersionAdded: '0.10'