Class: Punchblock::CommandNode
- Inherits:
-
Object
- Object
- Punchblock::CommandNode
- Defined in:
- lib/rspec-rayo.rb
Instance Method Summary collapse
Instance Method Details
#await_completion(timeout = 60) ⇒ Object
12 13 14 15 16 |
# File 'lib/rspec-rayo.rb', line 12 def await_completion(timeout = 60) tap do |c| c.response timeout end end |