Fix pending results not being counted

This commit is contained in:
Michael Miller 2021-05-29 17:59:16 -06:00
parent 6d8d117ec2
commit 5e1ca34146
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -75,6 +75,7 @@ module Spectator
if pending?
Log.debug { "Skipping example #{self} - marked pending" }
@finished = true
return @result = PendingResult.new
end