class Producer::Core::Tests::ShellCommandStatus

Public Instance Methods

verify() click to toggle source
# File lib/producer/core/tests/shell_command_status.rb, line 8
def verify
  remote.execute command
  true
rescue RemoteCommandExecutionError
  false
end