config/default.yml in rubocop-minitest-0.8.1 vs config/default.yml in rubocop-minitest-0.9.0
- old
+ new
@@ -1,8 +1,9 @@
Minitest:
Enabled: true
Include:
- '**/test/**/*'
+ - '**/*_test.rb'
Minitest/AssertEmpty:
Description: 'This cop enforces the test to use `assert_empty` instead of using `assert(object.empty?)`.'
StyleGuide: 'https://github.com/rubocop-hq/minitest-style-guide#assert-empty'
Enabled: true