summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-05 21:18:55 -0800
committerelijah <elijah@riseup.net>2013-02-05 21:18:55 -0800
commit7cc90df4010d83232541ab6174e38201e2fcabbb (patch)
tree560642fdab39bb3dee2b7719f0bc5949a35df47c /README.md
parent215e046768cf10d6f1718cf5a46823ac91b013db (diff)
added note about running tests to README
Diffstat (limited to 'README.md')
-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