Skip to content

Fix: Test failures due to Minitest #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ThisIsMissEm
Copy link

In Minitest 5.0.0, the main module was renamed from MiniTest to Minitest, however a compatibility layer existed. In 5.10.0, the MiniTest namespace was deprecated, and in 5.19 the compatibility layer was moved behind an environment variable (so technically Minitest had a breaking change in a minor version)

That lead to this error: https://github.com/minitest/minitest/tree/master?tab=readme-ov-file#label-Why+am+I+seeing+uninitialized+constant+MiniTest-3A-3ATest+-28NameError-29-3F

This fixes #17, with thanks to @mjankowski for notice the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue running tests
1 participant