pending should get it, too
This commit is contained in:
parent
e738456a47
commit
1c91d1de3c
|
@ -8,7 +8,7 @@ if ENV['INPROGRESS']
|
||||||
end
|
end
|
||||||
|
|
||||||
After do |s|
|
After do |s|
|
||||||
if s.failed?
|
if s.failed? && s.status == :pending
|
||||||
if ENV['INPROGRESS']
|
if ENV['INPROGRESS']
|
||||||
in_progress << s.feature.file_colon_line(s.line)
|
in_progress << s.feature.file_colon_line(s.line)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue