From 7cc90df4010d83232541ab6174e38201e2fcabbb Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 5 Feb 2013 21:18:55 -0800 Subject: added note about running tests to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3