minitest v5.14.0 Release Notes

Release Date: 2020-01-11 // over 4 years ago
    • 2 minor enhancements:

      • Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine)
      • Changed assert_raises to only catch Assertion since that covers Skip and friends.
    • 🛠 3 bug fixes:

      • Added example for value wrapper with block to Expectations module. (stomar)
      • Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)
      • Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine)