mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Merge branch 'release/0.10' into reporting
This commit is contained in:
commit
71d0af7cd5
2 changed files with 23 additions and 5 deletions
|
@ -2,8 +2,6 @@ require "colorize"
|
|||
require "log"
|
||||
require "./spectator/includes"
|
||||
|
||||
Log.setup_from_env
|
||||
|
||||
# Module that contains all functionality related to Spectator.
|
||||
module Spectator
|
||||
extend self
|
||||
|
@ -65,6 +63,9 @@ module Spectator
|
|||
|
||||
# Builds the tests and runs the framework.
|
||||
private def run
|
||||
# Silence default logger.
|
||||
::Log.setup_from_env(default_level: :none)
|
||||
|
||||
# Build the spec and run it.
|
||||
DSL::Builder.config = config
|
||||
spec = DSL::Builder.build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue