# File test/test_logger.rb, line 650 def test_AccessLog_format_request_path assert_equal('/foo/bar', Rucy::AccessLog.format('%U', @request, @response, @curr_time)) assert_equal(1, @path_call) end