Sha256: 07506b791f0811d98060b2cdb52bc3a5ffb9d179c8d3c94d51811a45fb38c645
Contents?: true
Size: 581 Bytes
Versions: 8
Compression:
Stored size: 581 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 CodeRayWrapper.new(JS_SHORT_CODE, "console-dir.js").to_html CodeRayWrapper.new(JS_CODE, "console-dir.js").to_html CodeRayWrapper.new(JS_SHORT_CODE, "console-dir.js").to_html_anchor CodeRayWrapper.new(JS_CODE, "console-dir.js").to_html_anchor end end end
Version data entries
8 entries across 8 versions & 1 rubygems