minitest v5.0.7 Release Notes

Release Date: 2013-09-05 // over 10 years ago
    • 2 minor enhancements:

      • Added clarification about the use of thread local variables in expectations. (jemc)
      • Added extra message about skipped tests, if any. Disable globally with $MT_NO_SKIP_MSG.
    • 🛠 2 bug fixes:

      • Only require minitest, not minitest/autorun in pride_plugin. (judofyr)
      • Require rubygems in load_plugins in case you're not using minitest/autorun.