From e9ed9817374da14532113f56b820556087d0b1cf Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Wed, 4 Sep 2013 18:36:53 +0100 Subject: [PATCH] Example Gist for re-running RSpec tests --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 2bab82fc..2986b4de 100644 --- a/Readme.md +++ b/Readme.md @@ -140,6 +140,8 @@ Add the following to your `.rspec_parallel` (or `.rspec`) : --format progress --format ParallelTests::RSpec::FailuresLogger --out tmp/failing_specs.log +To rerun failures see [this Gist example](https://gist.github.com/mattheworiordan/6440162) + Cucumber: FailuresLogger -----------------------