Sha256: 374ec453578ba80f91735fc82f8f0422cf19a20c2ff6ca7cbe92d5cd5e0a9cc6
Contents?: true
Size: 386 Bytes
Versions: 11
Compression:
Stored size: 386 Bytes
Contents
require File.join(File.dirname(__FILE__), "test_helper.rb") require 'dvdprofiler2xbmc/cli' class TestDvdprofiler2xbmcCli < Test::Unit::TestCase def setup Dvdprofiler2xbmc::CLI.execute(@stdout_io = StringIO.new, []) @stdout_io.rewind @stdout = @stdout_io.read end def test_not_print_default_output assert_no_match(/To update this executable/, @stdout) end end
Version data entries
11 entries across 11 versions & 1 rubygems