Class: TestbeatShell
- Inherits:
-
Object
- Object
- TestbeatShell
- Defined in:
- lib/spec_helper.rb
Overview
Support different types of command execution on node
Instance Method Summary collapse
Instance Method Details
#exec(cmd) ⇒ Object
131 132 133 |
# File 'lib/spec_helper.rb', line 131 def exec(cmd) raise "Command execution on this node is not supported" end |