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