Sha256: 067d96257ef915f03dab334e6040dca3a146fb7d4a6513a0adddbeb3df9b448d
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module CLIHelpers def show_stdout @puts = true @announce_stdout = true end def show_stderr @puts = true @announce_stderr = true end def ssh_command(cmd) ENV['SSH_REMOTE_COMMAND'] = cmd end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ssh-allow-0.6.0 | spec/support/cli_helpers.rb |