summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-05-25 14:22:00 +0200
committerAzul <azul@riseup.net>2016-05-25 14:22:00 +0200
commitb28d1eec92fb7d1ec05d37ae13df1d4049d57932 (patch)
treebaf372bae2c2793386b1fdbc8b09816600b29ea1 /README.md
parent8a81429f0eb8aa5041d47557d0c5b5359bb959e6 (diff)
run all tests by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21c5581..50460c4 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,6 @@ 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:
+The tests that actually make real network calls are enabled by default. To only run local, do this:
- REAL_NET=true rake
+ ONLY_LOCAL=true rake