summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2010-06-13 19:35:35 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2010-06-13 19:35:35 +0200
commit7e5d6111a58a9cf1bea1eccfabfaad7d8f710b58 (patch)
treeecdf4f3f7e65a6fb1d5cf3a953b91057c91bbc71
parentdef43bf010f22a0454753938d43015952c8593b6 (diff)
downloadrack-7e5d6111a58a9cf1bea1eccfabfaad7d8f710b58.tar.gz
Last README updates
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 1814c0ca..9ca8eb43 100644
--- a/README
+++ b/README
@@ -130,9 +130,9 @@ at my site:
 
 == Running the tests
 
-Testing Rack requires the test/spec testing framework:
+Testing Rack requires the bacon testing framework:
 
-    gem install test-spec
+    gem install bacon
 
 There are two rake-based test tasks:
 
@@ -140,11 +140,10 @@ There are two rake-based test tasks:
     rake fulltest   runs all the tests
 
 The fast testsuite has no dependencies outside of the core Ruby
-installation and test-spec.
+installation and bacon.
 
 To run the test suite completely, you need:
 
-  * camping
   * fcgi
   * memcache-client
   * mongrel
@@ -300,13 +299,14 @@ run on port 11211) and memcache-client installed.
   * Enforce binary encoding in RewindableInput
   * Set correct external_encoding for handlers that don't use RewindableInput
 
-* June XXth, 2010: Tenth public release 1.2.0.
+* June 13th, 2010: Tenth public release 1.2.0.
   * Removed Camping adapter: Camping 2.0 supports Rack as-is
   * Removed parsing of quoted values
   * Add Request.trace? and Request.options?
   * Add mime-type for .webm and .htc
   * Fix HTTP_X_FORWARDED_FOR
   * Various multipart fixes
+  * Switch test suite to bacon
 
 == Contact