mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Use Array instead of Enumerable
This commit is contained in:
parent
0ed684afbc
commit
ee294a3ec2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Spectator
|
||||||
# The collection of *examples* should be pre-filtered and shuffled.
|
# The collection of *examples* should be pre-filtered and shuffled.
|
||||||
# This runner will run each example in the order provided.
|
# This runner will run each example in the order provided.
|
||||||
# The *formatter* will be called for various events.
|
# The *formatter* will be called for various events.
|
||||||
def initialize(@examples : Enumerable(Example),
|
def initialize(@examples : Array(Example),
|
||||||
@formatter : Formatting::Formatter, @run_flags = RunFlags::None)
|
@formatter : Formatting::Formatter, @run_flags = RunFlags::None)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue