pending should get it, too

This commit is contained in:
John Bintz 2013-04-03 15:02:56 -04:00
parent e738456a47
commit 1c91d1de3c
1 changed files with 1 additions and 1 deletions

View File

@ -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