Sha256: e03790858ecc711bec856c94f2b3824943905e6bc837d3b7bf69d76b6b4be8ee
Contents?: true
Size: 478 Bytes
Versions: 10
Compression:
Stored size: 478 Bytes
Contents
# -*- coding: utf-8 -*- # # @file # @brief # @author ongaeshi # @date 2011/03/08 require 'rubygems' require 'test/unit' require 'milkode/cdstk/cli_cdstk' class TestBinExec < Test::Unit::TestCase def test_bin_exec io = StringIO.new # milk Milkode::CLI_Cdstk.execute(io) # 一定時間だけ起動するような仕組みは無いものか # Milkode::CLI_Cdweb.execute(io, "--no-browser -p 5555".split) # puts io.string end end
Version data entries
10 entries across 10 versions & 1 rubygems