rubocop-minitest
rubocop-minitest copied to clipboard
Check for assertion method receiver - fixes #321
Counting assertions based on a string prefix of "assert_" or "refute_" is replaced by a symbol comparison against the 38 Minitest assertion methods.