Sha256: 51308d801a17a5217547b2dd7fa61daec34cae0fe23b78b4dfbaf2687e69da26
Contents?: true
Size: 440 Bytes
Versions: 45
Compression:
Stored size: 440 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 end end end
Version data entries
45 entries across 45 versions & 1 rubygems