summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-05 15:11:44 -0700
committerelijah <elijah@riseup.net>2014-08-05 15:11:44 -0700
commit7a3da65dfebf6b69a0dada438427078f72514a63 (patch)
tree64ec3636113f3888e19900d169e96c75a67308fc /README.md
parentb76d1bcc4d135f0d46a1f5daa54a0faa939cfd20 (diff)
added how to test in readme
Diffstat (limited to 'README.md')
-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