diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr index 16bf421c..035196b8 100644 --- a/spec/spec_helper.cr +++ b/spec/spec_helper.cr @@ -17,8 +17,6 @@ require "../src/invidious/jobs/*" require "spectator" CONFIG = Config.from_yaml(File.open("config/config.example.yml")) -OUTPUT = CONFIG.output.upcase == "STDOUT" ? STDOUT : File.open(CONFIG.output, mode: "a") -LOGGER = Invidious::LogHandler.new(OUTPUT, CONFIG.log_level) Spectator.configure do |config| config.fail_blank