Skip to content
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

BUGFIX: use Minitest rather than deprecated MiniTest constant #464

Merged

Conversation

faisal
Copy link
Contributor

@faisal faisal commented Sep 5, 2023

Minitest 5.19.0 only loads the legacy compatibility layer if you have the MT_COMPAT environment variable set -- minitest/minitest@a2c6c18. This causes use of the MiniTest module name to fail, as well as the bundled older mocha. Fix our code to use the correct Minitest name, and update to a fixed mocha.

Check list:

- Minitest 5.19.0 only loads the legacy compatibility layer if you have the MT_COMPAT environment variable set -- minitest/minitest@a2c6c18. This causes use of the MiniTest module name to fail, as well as the bundled older mocha. Fix our code to use the correct Minitest name, and update to a fixed mocha.
@faisal
Copy link
Contributor Author

faisal commented Sep 11, 2023

@nunosilva800, @etagwerker can you take a look please?

Copy link
Collaborator

@nunosilva800 nunosilva800 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@nunosilva800 nunosilva800 merged commit e09bffc into whitesmith:main Sep 13, 2023
26 checks passed
@faisal faisal deleted the handle_minitest_symbol_decapitalization branch September 13, 2023 14:38
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.

None yet

2 participants