We have a lot of different versions of minitest installed in our application. The Envfiles install some versions, the gemspec installs a different version, and there could be other installations too.
I'm now seeing deprecation warnings related to Minitest 6. Let's get our codebase ready for this new version by consolidating the minitest installs in the application and resolving the deprecation warnings.
We have a lot of different versions of minitest installed in our application. The Envfiles install some versions, the gemspec installs a different version, and there could be other installations too.
I'm now seeing deprecation warnings related to Minitest 6. Let's get our codebase ready for this new version by consolidating the minitest installs in the application and resolving the deprecation warnings.