minitest v4.3.0 Release Notes

Release Date: 2012-11-17 // over 11 years ago
    • 4 minor enhancements:

      • Allow #autorun to run even if loaded with other test libs that call exit. (sunaku)
      • Do not include Expectations in Object if $MT_NO_EXPECTATIONS is set (experimental?)
      • Gave some much needed love to assert_raises.
      • Mock#expect can take a block to custom-validate args. (gmoothart)