Sha256: c0a3f3a22f3e86f9c585cb18f20b559fe5479a1f8b5e8cca42837a3bc838a634
Contents?: true
Size: 497 Bytes
Versions: 12
Compression:
Stored size: 497 Bytes
Contents
# -*- coding: utf-8 -*- # # @file # @brief # @author ongaeshi # @date 2011/07/16 require 'test_helper' require 'file_assert' require 'test_coderay_wrapper_data' require 'milkode/cdweb/lib/coderay_wrapper' module Milkode class TestCodeRayWrapper < Test::Unit::TestCase def test_basic assert_lines JS_SHORT_HTML, CodeRayWrapper.new(JS_SHORT_CODE, "console-dir.js").to_html assert_lines JS_HTML , CodeRayWrapper.new(JS_CODE, "console-dir.js").to_html end end end
Version data entries
12 entries across 12 versions & 1 rubygems