Minitest has begun logging many of these when running tests:
DEPRECATED: global use of mustequal from [file]. Use (obj).must_equal instead. This will fail in Minitest 6.
If anyone has suggestions for how to quickly update every instance of must_equal, must_raise, etc. to silence these warnings, please let me know. I spent two minutes Googling and didn't immediately see an easy solution, and I'm not eager to edit every single case by hand.
In the meantime, the warnings aren't hurting anything even though they're super annoying.
Minitest has begun logging many of these when running tests:
If anyone has suggestions for how to quickly update every instance of
must_equal
,must_raise
, etc. to silence these warnings, please let me know. I spent two minutes Googling and didn't immediately see an easy solution, and I'm not eager to edit every single case by hand.In the meantime, the warnings aren't hurting anything even though they're super annoying.