brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.05k stars 356 forks source link

mocha/minitest, not mocha/mini_test now. #310

Closed jmarkbrooks closed 6 years ago

jmarkbrooks commented 6 years ago

When running in Rails 5.2, I get a warning that we should be using mocha/minitest rather than mocha/mini_test in the test helper, since the latter call signature is deprecated. Looks like a simple fix.

brendon commented 6 years ago

Thanks @jmarkbrooks, looks good to me :)