# File test/test_AccessLog.rb, line 197 def test_has_logfiles_true init_context assert_equal(true, @AccessLog.has_logfiles?) assert_equal(1, @logfiles_call) end