summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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