History.txt in ZenTest-3.6.0 vs History.txt in ZenTest-3.6.1
- old
+ new
@@ -1,4 +1,15 @@
+=== 3.6.1 / 2007-07-23
+
+* 4 minor enhancements:
+ * Test::Rails::ViewTestCase now uses assert_select.
+ * assert_form and friends now work with blocks like assert_select
+ does.
+ * Allow path_parameters in view tests to be ammended, making working
+ with routes easier.
+ * New version of autotest/notify.rb uses notify-send.
+ * Fixed rdoc formatting on autotest and a couple plugins.
+
=== 3.6.0 / 2007-05-25
* 4 major enhancements:
* New auto-discovery mechanism to make rspec and friends work independently!
* Moved and restructured camping and rails as plugins.