taca
6d4f9378d9
Update ruby-minitest to 5.3.0.
=== 5.3.0 / 2014-02-25
* 1 minor enhancement:
* Mocked methods can take a block to verify state. Seattle.rb 12 bday present from ernie! Thanks!!
=== 5.2.3 / 2014-02-10
* 1 bug fix:
* Fixed Spec#let check to allow overriding of other lets. (mvz)
=== 5.2.2 / 2014-01-22
* 1 minor enhancement:
* Spec#let raises ArgumentError if you override _any_ instance method (except subject). (rynr)
* 1 bug fix:
* Fixed up benchmark spec doco and added a test to demonstrate. (bhenderson)
=== 5.2.1 / 2014-01-07
* 1 bug fix:
* Properly deal with horrible mix of runtime load errors + other at_exit handlers. (dougo/chqr)
=== 5.2.0 / 2013-12-13
* 1 minor enhancement:
* Change expectations to allow calling most on procs (but not calling the proc). (bhenderson+others)
=== 5.1.0 / 2013-12-05
* 1 minor enhancement:
* Use a Queue for scheduling parallel tests. (tenderlove)
* 1 bug fix:
* Fixed misspelling in doco. (amatsuda)
=== 5.0.8 / 2013-09-20
* 1 bug fix:
* Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)