small maintanance
This commit is contained in:
15
test/util/test_logger.rb
Normal file
15
test/util/test_logger.rb
Normal file
@ -0,0 +1,15 @@
|
||||
require "util/logging"
|
||||
module Util
|
||||
|
||||
class LoggerTest < MiniTest::Test
|
||||
include Util::Logging
|
||||
log_level :info
|
||||
|
||||
def test_debug
|
||||
self.log.debug "Just good to know"
|
||||
end
|
||||
def test_unknown
|
||||
self.log.debug "Whats this"
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user