mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-06-26 02:30:22 +02:00
Fix tests
This commit is contained in:
@ -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' => {
|
||||
|
Reference in New Issue
Block a user