From 1c91d1de3c34ccc7fbd52989555933d4d713cc03 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 3 Apr 2013 15:02:56 -0400 Subject: [PATCH] pending should get it, too --- lib/cuke-pack/support/in_progress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cuke-pack/support/in_progress.rb b/lib/cuke-pack/support/in_progress.rb index a4c2531..3047994 100644 --- a/lib/cuke-pack/support/in_progress.rb +++ b/lib/cuke-pack/support/in_progress.rb @@ -8,7 +8,7 @@ if ENV['INPROGRESS'] end After do |s| - if s.failed? + if s.failed? && s.status == :pending if ENV['INPROGRESS'] in_progress << s.feature.file_colon_line(s.line) end