davydovanton / sidekiq-statistic

See statistic about your workers
MIT License
797 stars 81 forks source link

Fix deprecation warnings related to Minitest 6 #147

Closed gabrielrumiranda closed 4 years ago

gabrielrumiranda commented 4 years ago

Minitest 6 will deprecate global expectations, so the most recent versions are already warning us about these.

This PR changes the existing expectations on the project to local (_() syntax).