minitest-bacon version 1.0.2 has been released!
* home: <https://github.com/seattlerb/minitest-bacon>
* rdoc: <http://docs.seattlerb.org/minitest-bacon>
minitest-bacon extends minitest with bacon-like functionality. It
should allow you to bridge 90+% of your bacon specs over to minitest.
Changes:
### 1.0.2 / 2014-01-15
* 1 bug fix:
* Fixed backtraces on failed expectations. (rf-)