mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Split to make it obvious run is called
This commit is contained in:
parent
59c67c26a9
commit
832ffbf403
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ module Spectator
|
||||||
|
|
||||||
# Runs all selected examples and returns the results.
|
# Runs all selected examples and returns the results.
|
||||||
def run
|
def run
|
||||||
Runner.new(examples, @config.formatter, @config.run_flags).run
|
runner = Runner.new(examples, @config.formatter, @config.run_flags)
|
||||||
|
runner.run
|
||||||
end
|
end
|
||||||
|
|
||||||
# Selects and shuffles the examples that should run.
|
# Selects and shuffles the examples that should run.
|
||||||
|
|
Loading…
Reference in a new issue