Class: TestbeatShell

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/spec_helper.rb

Overview

Support different types of command execution on node

Instance Method Summary collapse

Instance Method Details

#exec(cmd) ⇒ Object



151
152
153
# File 'lib/rspec/spec_helper.rb', line 151

def exec(cmd)
  raise "Command execution on this node is not supported"
end