# File test/test_AccessLog.rb, line 190 def test_set_format init_context @AccessLog.format = 'bar' assert_equal(1, @set_format_call) assert_equal('bar', @set_format_value) end