From 92db2c6e6210a860a4de4baf8033428fbe72b7cc Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 14 Dec 2014 16:17:14 -0800 Subject: added TapiceroProcess, to handle starting and stopping tapicero during tests. --- Readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Readme.md') 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 --------------------- -- cgit v1.2.3