mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
Fix tests
This commit is contained in:
parent
b477f4491e
commit
b5481efdcb
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
A small, lightweight and extensible DynDNS server written with Ruby and Rack.
|
A small, lightweight and extensible DynDNS server written with Ruby and Rack.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
dyndnsd.rb is licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
dyndnsd.rb is licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
||||||
|
@ -4,6 +4,9 @@ describe Dyndnsd::Daemon do
|
|||||||
include Rack::Test::Methods
|
include Rack::Test::Methods
|
||||||
|
|
||||||
def app
|
def app
|
||||||
|
Dyndnsd.logger = Logger.new(STDOUT)
|
||||||
|
Dyndnsd.logger.level = Logger::UNKNOWN
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
'domain' => 'example.org',
|
'domain' => 'example.org',
|
||||||
'users' => {
|
'users' => {
|
||||||
|
Loading…
Reference in New Issue
Block a user