History.txt in minitest-2.5.1 vs History.txt in minitest-2.6.0
- old
+ new
@@ -1,4 +1,15 @@
+=== 2.6.0 / 2011-09-13
+
+* 2 minor enhancements:
+
+ * Added specify alias for it and made desc optional.
+ * Spec#must_be and #wont_be can be used with predicates (metaskills)
+
+* 1 bug fix:
+
+ * Fixed Mock.respond_to?(var) to work with strings. (holli)
+
=== 2.5.1 / 2011-08-27
* 2 minor enhancements:
* Added gem activation for minitest in minitest/autoload to help out 1.9 users