summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 2df2818..9338fce 100644
--- a/Readme.md
+++ b/Readme.md
@@ -54,10 +54,13 @@ Run once and then exit:
Running tests
---------------------
-To run the tests, tapicero must be running:
+To run the tests:
- bin/tapicero run -- test/config.yaml
- rake test
+ rake
+
+You can run with `rake DEBUG=1` if you want more verbose output. To run a particular test:
+
+ DEBUG=1 ruby test/integration/failure_test.rb
Flags
---------------------