History.txt in minitest-2.4.0 vs History.txt in minitest-2.5.0

- old
+ new

@@ -1,4 +1,17 @@ +=== 2.5.0 / 2011-08-18 + +* 4 minor enhancements: + + * Added 2 more arguments against rspec: let & subject in 9 loc! (emmanuel/luis) + * Added TestCase.i_suck_and_my_tests_are_order_dependent! + * Extended describe to take an optional method name (2 line change!). (emmanuel) + * Refactored and extended minitest/pride to do full 256 color support. (lolcat) + +* 1 bug fix: + + * Doc fixes. (chastell) + === 2.4.0 / 2011-08-09 * 4 minor enhancements: * Added simple examples for all expectations.