config/default.yml in rubocop-minitest-0.2.0 vs config/default.yml in rubocop-minitest-0.2.1

- old
+ new

@@ -1,5 +1,5 @@ -AllCops: +Minitest: Include: - '**/test/**/*' Minitest/AssertNil: Description: 'Check if your test uses `assert_nil` instead of `assert_equal(nil, something)`.'