HISTORY.markdown in tork-19.1.0 vs HISTORY.markdown in tork-19.2.0
- old
+ new
@@ -1,15 +1,32 @@
+## Version 19.2.0 (2012-12-30)
+
+Minor:
+
+ * Add "devise" configuration helper that adds support for testing Rails
+ applications that use the Devise authentication framework. Thanks to Ryan
+ Ahearn for this contribution.
+
+Patch:
+
+ * gemspec: upgrade to *listen* 0.7.0 to fix issue #43. Thanks to Ryan
+ Ahearn for reporting this issue and helping debug it, and to Thibaud
+ Guillaume-Gentil for fixing this issue upstream in the *listen* library.
+
+ * Fix `undefined method 'path' for nil` error on socket file removal.
+
## Version 19.1.0 (2012-12-12)
Minor:
* tork-driver: don't run overhead files as test files
Patch:
* rails: run dependent tests when `app/views/*` change
- * Clear FactoryGirl sequences and traits on fork (Ryan Ahearn)
+ * Clear FactoryGirl sequences and traits on fork in the `factory_girl`
+ configuration helper. Thanks to Ryan Ahearn for this contribution.
* server: fix clean up of socket files upon exit
## Version 19.0.2 (2012-11-07)