Skip to content

Instantly share code, notes, and snippets.

@zenspider
Created November 21, 2025 21:25
Show Gist options
  • Select an option

  • Save zenspider/43de4952caea0d26491613b5a34fba4d to your computer and use it in GitHub Desktop.

Select an option

Save zenspider/43de4952caea0d26491613b5a34fba4d to your computer and use it in GitHub Desktop.
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