Sha256: 928fe44f71eda5f3ef3d4a9d0223bfd48c71360c3623972f4c80c904fe2b3f7f
Contents?: true
Size: 255 Bytes
Versions: 73
Compression:
Stored size: 255 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), '../../..', 'test_helper.rb') require 'rbbt/util/misc/development' class TestMiscDevelopment < Test::Unit::TestCase def test_ssh Misc.ssh_run 'mn1' do puts "hola" end end end
Version data entries
73 entries across 73 versions & 1 rubygems