Created
November 21, 2025 21:25
-
-
Save zenspider/43de4952caea0d26491613b5a34fba4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| self.post_install_message = <<~EOM | |
| NOTE: minitest 5 will be the last in the minitest family to support | |
| ruby 1.8 to 2.7. If you need to keep using these versions, | |
| you need to pin your dependency to minitest with something | |
| like "~> 5.0". See History.rdoc to locate compatible | |
| versions. | |
| Further, minitest 6 will be dropping the following: | |
| + MiniTest (it's been Minitest for *years*) | |
| + MiniTest::Unit | |
| + MiniTest::Unit::TestCase | |
| + assert_send (unless you argue for it well) | |
| + assert_equal nil, obj | |
| + mocks and stubs: transferring minitest/mock.rb to its own gem | |
| EOM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment