Fix method name

This commit is contained in:
Michael Miller 2021-05-29 23:09:18 -06:00
parent 48fb293ba0
commit 40e189a1d1
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -18,7 +18,7 @@ module Spectator
# Indicates whether there were skipped tests
# because of a failure causing the test suite to abort.
def remaining?
remaining_count > 0
remaining > 0
end
end