From 7a3da65dfebf6b69a0dada438427078f72514a63 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 5 Aug 2014 15:11:44 -0700 Subject: added how to test in readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d157af3..963d9e7 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,15 @@ Usage version print version and exit where OPTION is one of: - --verbose log more \ No newline at end of file + --verbose log more + +Running Tests +================================== + +To run the test suite, run: + + rake + +The tests that actually make real network calls are disabled by default. To run these tests to, do this: + + REAL_NET=true rake -- cgit v1.2.3