From 7b22207fd0c595522d85db78932640e9564f5546 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 4 Apr 2013 11:18:20 -0400 Subject: [PATCH] oops --- 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 3047994..a47aafc 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? && s.status == :pending + if s.failed? || s.status == :pending if ENV['INPROGRESS'] in_progress << s.feature.file_colon_line(s.line) end