Faveod / arel-extensions

Extending Arel
MIT License
142 stars 24 forks source link

tests: comply with recent versions of minitest #21

Closed akimd closed 4 years ago

akimd commented 4 years ago

Avoid these warnings:

DEPRECATED: global use of must_equal from /Users/akim/src/faveod/arel-extensions/test/helper.rb:16. Use _(obj).must_equal instead. This will fail in Minitest 6.

I'm not sure I caught all the places that needed to be updated, but there should be less warnings.

I'd like to see the result of the CI. And then will provide more commits.