diff options
author | elijah <elijah@riseup.net> | 2013-02-05 21:18:55 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-05 21:18:55 -0800 |
commit | 7cc90df4010d83232541ab6174e38201e2fcabbb (patch) | |
tree | 560642fdab39bb3dee2b7719f0bc5949a35df47c /README.md | |
parent | 215e046768cf10d6f1718cf5a46823ac91b013db (diff) |
added note about running tests to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |