summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2016-06-15 14:22:08 +0200
committerGitHub <noreply@github.com>2016-06-15 14:22:08 +0200
commit3c6dc3d7b902b46b82a3d8cd38bd3fa896024beb (patch)
tree559b3998465248138b6f24a76b6b3e55e60f3986 /README.md
parent5cad637a4a2a3de6b95ff1204fc29174e18b3124 (diff)
parent93258bd6fe6247e7af67f423243eba9808e920ee (diff)
Merge pull request #3 from azul/refactor/transport-adapters
Refactor em specifics into http adapter
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