Sha256: 72a4b0e8ea06cfe4d67a0106b2e96110c53e5e5f1d36a690ca9deec42fe1baee

Contents?: true

Size: 257 Bytes

Versions: 8

Compression:

Stored size: 257 Bytes

Contents

require 'helper'

module Bixby
module Test
module Patch

class TestShellout < TestCase

  def test_patches
    cmd = Mixlib::ShellOut.new("dir")
    cmd.run_command
    assert cmd.success?
    refute cmd.fail?
  end

end

end # Pach
end # Test
end # Bixby

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bixby-client-0.5.3 test/patch/test_shellout.rb
bixby-client-0.5.2 test/patch/test_shellout.rb
bixby-client-0.5.1 test/patch/test_shellout.rb
bixby-client-0.5.0 test/patch/test_shellout.rb
bixby-client-0.4.1 test/patch/test_shellout.rb
bixby-client-0.4.0 test/patch/test_shellout.rb
bixby-client-0.3.0 test/patch/test_shellout.rb
bixby-client-0.2.2 test/patch/test_shellout.rb