Skip to content
New issue

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

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

Already on GitHub? # to your account

Mocha 2.0+ / Minitest 5.19+ compatibility #266

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Mocha 2.0+ / Minitest 5.19+ compatibility #266

merged 2 commits into from
Aug 3, 2023

Commits on Aug 2, 2023

  1. Mocha 2.0+ compatibility

    The support for `require 'mocha/setup'` is long time deprecated and was
    removed in Mocha 2.0:
    
    freerange/mocha@642a0ff4
    voxik committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7516bd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix compatibility with Minitest 5.19+

    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 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5532a5c View commit details
    Browse the repository at this point in the history