History.txt in ZenTest-3.4.1 vs History.txt in ZenTest-3.4.2
- old
+ new
@@ -1,4 +1,18 @@
+*** 3.4.2 / 2006-11-09
+
++ 2 minor enhancements:
+ + Add TextHelper for pluralize.
+ + Add deny_nil to Test::Rails.
++ 7 bug fixes:
+ + Fixed test_help's Flash. It's is a module. Oops...
+ + Don't run util_audit_assert_assigned if tests didn't pass, results will be bogus.
+ + Fixed AssertionsTest names to match what autotest expects.
+ + Fixed bug where deny_includes failed for Symbol keys.
+ + Switched autotest to use require instead of load... Why??? I don't know!!
+ + Fixed a minor but annoying whitespace difference in unit_diff.
+ + Switched argument order of assert_includes and deny_includes to match Test::Unit convention.
+
*** 3.4.1 / 2006-10-13
+ 3 minor enhancements:
+ FUNDAMENTALLY changed the way failures map back to tests. This REQUIRES users of autotest to ensure that their tests and impls map 1:1 at every scoping level. I'll blog more details.
+ Hoe'd rakefile