Sha256: 97e2babf7a1ed57b40c7fcb84f49c9829ab4e5d58414f94c6d43b67b6e5e6193

Contents?: true

Size: 205 Bytes

Versions: 1

Compression:

Stored size: 205 Bytes

Contents

module PoolParty
  module RemoteInstanceMock
    def scp(src="", dest="")
      true
    end
    # Ssh into the instance or run a command, if the cmd is set
    def ssh(cmd="")
      true
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
poolparty-0.0.4 spec/helpers/remote_instance_mock.rb