Merge branch 'release/0.10' into reporting

This commit is contained in:
Michael Miller 2021-05-29 16:57:22 -06:00
commit 71d0af7cd5
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD
2 changed files with 23 additions and 5 deletions

View file

@ -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