summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-07-06 18:04:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-07-06 18:04:41 +0200
commit4578bf348fc3fe7791c41517d4282cfeb1a6828b (patch)
treeef024fc9e86fcc5007f5b6aba42872683125924b
parentbc54f7996eadbfef4d399c54bfe59c04271e06a1 (diff)
downloadbacon-4578bf348fc3fe7791c41517d4282cfeb1a6828b.tar.gz
bacon-4578bf348fc3fe7791c41517d4282cfeb1a6828b.tar.xz
bacon-4578bf348fc3fe7791c41517d4282cfeb1a6828b.zip
Update README
darcs-hash:20080706160441-4fc50-4a3f5dc8c70c7ef910136d4672f48fb7b883c671.gz
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
index 87f2553..664a07e 100644
--- a/README
+++ b/README
@@ -196,9 +196,40 @@ demonstrations, quick checks and doctest tests.
     => false
 
 
+== Bacon with autotest
+
+Since version 1.0, there is autotest support.  You need to tag your
+test directories (test/ or spec/) by creating an .bacon file there.
+Autotest then will find it.  bin/bacon needs to be in PATH or RUBYPATH.
+
+
+== Converting specs
+
+spec-converter is a simple tool to convert test-unit or dust style
+tests to test/spec specs.
+
+It can be found at http://opensource.thinkrelevance.com/wiki/spec_converter.
+
+
 == Thanks to
 
 * Michael Fellinger, for fixing Bacon for 1.9 and various improvements.
+* Gabriele Renzi, for implementing Context#should.
+* James Tucker, for the autotest support
+* everyone contributing bug fixes.
+
+
+== History
+
+* January 7, 2008: First public release 0.9.
+
+* July 6th, 2008: Second public release 1.0.
+  * Add Context#should as a shortcut for Context#it('should ' + _).
+  * describe now supports multiple arguments for better organization.
+  * Empty specifications are now erroneous.
+  * after-blocks run in the case of exceptions too.
+  * Autotest support.
+  * Bug fixes.
 
 
 == Contact