summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e77d82..8a81dfb 100644
--- a/README.md
+++ b/README.md
@@ -66,3 +66,13 @@ Then open http://localhost:3000 in your web browser.
To peruse the database, visit http://localhost:5984/_utils/
+Testing
+--------------------------------
+
+To run all tests
+
+ rake test
+
+To run an individual test:
+
+ rake test TEST=certs/test/unit/client_certificate_test.rb \ No newline at end of file