mirror of
				https://github.com/cmur2/dyndnsd.git
				synced 2025-10-28 21:59:46 +01:00 
			
		
		
		
	Fix tests
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
| @@ -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