# File test/test_logger.rb, line 645 def test_AccessLog_format_request_line assert_equal('GET /foo/bar HTTP/1.1', Rucy::AccessLog.format('%r', @request, @response, @curr_time)) assert_equal(1, @line_call) end