diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |