README.rdoc in ruote-couch-2.1.5 vs README.rdoc in ruote-couch-2.1.7

- old
+ new

@@ -1,10 +1,30 @@ = ruote-couch A storage implementation for ruote 2.1.x. -Warning : this is a very naive implementation for now. No optimizations. +Warning : this is a very naive implementation for now. Not many optimizations... + + +== running tests + +assuming you have + + ruote/ + ruote-couch/ + +* unit tests : + +get into ruote/ and do + + ruby test/unit/storage.rb --couch + +* functional tests : + +get into ruote/ and do + + ruby test/functional/test.rb --couch == license MIT