# File test/test_logger.rb, line 628
    def test_AccessLog_format_request_method
      assert_equal('GET', Rucy::AccessLog.format('%m', @request, @response, @curr_time))
      assert_equal(1, @method_call)
    end