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

Version Path
royw-dvdprofiler2xbmc-0.0.12 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.0.13 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.0.15 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.0.17 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.0.18 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.0.19 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.0.8 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.1.0 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.1.2 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.1.4 test/test_dvdprofiler2xbmc_cli.rb
royw-dvdprofiler2xbmc-0.1.5 test/test_dvdprofiler2xbmc_cli.rb