# File test/test_AccessLog.rb, line 184 def test_format init_context assert_equal('foo', @AccessLog.format) assert_equal(1, @format_call) end