mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix method name
This commit is contained in:
parent
48fb293ba0
commit
40e189a1d1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module Spectator
|
||||||
# Indicates whether there were skipped tests
|
# Indicates whether there were skipped tests
|
||||||
# because of a failure causing the test suite to abort.
|
# because of a failure causing the test suite to abort.
|
||||||
def remaining?
|
def remaining?
|
||||||
remaining_count > 0
|
remaining > 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue