Closed jmarkbrooks closed 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.
Thanks @jmarkbrooks, looks good to me :)
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.