Skip to content

Support for Minitest v6.0#140

Open
xketanaka wants to merge 1 commit into
thinreports:mainfrom
xketanaka:support_minitest_6
Open

Support for Minitest v6.0#140
xketanaka wants to merge 1 commit into
thinreports:mainfrom
xketanaka:support_minitest_6

Conversation

@xketanaka

Copy link
Copy Markdown

Since ‘minitest/unit’ was removed in minitest 6.0, tests will currently fail in environments where minitest 6.0 is installed.

In Ruby 3.0/3.1, tests must be run using minitest 5.x, but
even in minitest 5.x, the tests will succeed without require ‘minitest/unit’.

Therefore, require ‘minitest/unit’ is not required for tests in the currently supported Ruby runtime environments.

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.

1 participant