# File test/test_Logging.rb, line 175 def test_has_logfiles_false @logfiles_list.clear init_context assert_equal(false, @Logging.has_logfiles?) assert_equal(1, @logfiles_call) end