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

Fix compatibility with Minitest 5.19+ #452

Closed
wants to merge 1 commit into from
Closed

Conversation

voxik
Copy link

@voxik voxik commented Aug 3, 2023

The MiniTest was renamed to Minitest:

minitest/minitest@9a57c52

And the MiniTest constant is now loaded just when MT_COMPAT environment variable is set:

minitest/minitest@a2c6c18

The `MiniTest` was renamed to `Minitest`:

minitest/minitest@9a57c52

And the `MiniTest` constant is now loaded just when `MT_COMPAT` environment variable is set:

minitest/minitest@a2c6c18
@voxik
Copy link
Author

voxik commented Aug 3, 2023

As always, I cannot sign the CLA, so do whatever you need to do with this PR (and I would not mind if you dropped the CLA)

@casperisfine
Copy link
Contributor

The CLA annoys me as much as you but unfortunately my hands are tied.

The test suite doesn't pass anyway, so I'll consider this PR as a bug report and fix it myself. Thanks.

@voxik
Copy link
Author

voxik commented Aug 3, 2023

And this also needs Mocha 2.1+ if I am not mistaken

@casperisfine
Copy link
Contributor

Fixed in b75c683

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

Successfully merging this pull request may close these issues.

2 participants