diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr index fa4409b..7755d02 100644 --- a/spec/spec_helper.cr +++ b/spec/spec_helper.cr @@ -37,7 +37,7 @@ end def with_default_config temp_config = get_tempfile "mango-test-config" config = Config.load temp_config.path - logger = MLogger.new config + logger = Logger.new config.log_level yield config, logger, temp_config.path temp_config.delete end