Sha256: 5da1de79a8b3c72a48cd26b6f425e98315e1bdfdfb0171d5fe822131476560e9

Contents?: true

Size: 393 Bytes

Versions: 7

Compression:

Stored size: 393 Bytes

Contents

require File.expand_path(__FILE__).sub(%r(/test/.*), '/test/test_helper.rb')
require File.expand_path(__FILE__).sub(%r(.*/test/), '').sub(/test_(.*)\.rb/,'\1')

class TestSSH < Test::Unit::TestCase
  def test_marshal
    return unless SSHLine.reach?

    assert TrueClass === SSHLine.scout(:default, 'true')
  end

  def test_localhost
    assert SSHLine.scout('localhost', 'true')
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
scout-gear-10.7.3 test/scout/offsite/test_ssh.rb
scout-gear-10.7.2 test/scout/offsite/test_ssh.rb
scout-gear-10.7.1 test/scout/offsite/test_ssh.rb
scout-gear-10.7.0 test/scout/offsite/test_ssh.rb
scout-gear-10.4.0 test/scout/offsite/test_ssh.rb
scout-gear-10.3.0 test/scout/offsite/test_ssh.rb
scout-gear-10.2.0 test/scout/offsite/test_ssh.rb