Minitest-debugger 1.0.1 Released

minitest-debugger version 1.0.1 has been released!

This is a stupid simple example of how easy it is to make a minitest
plugin that does something useful. In this case it wraps assert so
that failed assertions will drop into the ruby debugger.

Changes:

1.0.1 / 2013-04-22

  • 1 bug fix:

    • Fixed minitest dependency to the 4.x family