From b5481efdcb3e87fbc25b711682dd641872225939 Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 27 Apr 2013 22:10:47 +0200 Subject: [PATCH] Fix tests --- README.md | 2 ++ spec/daemon_spec.rb | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 06f1c6e..a38c64a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A small, lightweight and extensible DynDNS server written with Ruby and Rack. + + ## License dyndnsd.rb is licensed under the Apache License, Version 2.0. See LICENSE for more information. diff --git a/spec/daemon_spec.rb b/spec/daemon_spec.rb index 3abd72c..e017154 100644 --- a/spec/daemon_spec.rb +++ b/spec/daemon_spec.rb @@ -4,6 +4,9 @@ describe Dyndnsd::Daemon do include Rack::Test::Methods def app + Dyndnsd.logger = Logger.new(STDOUT) + Dyndnsd.logger.level = Logger::UNKNOWN + config = { 'domain' => 'example.org', 'users' => {