Method: ObjectiveCommand::Runners::Runner#raise_on_failures
- Defined in:
- lib/objective_command/runners/runner.rb
#raise_on_failures ⇒ Object
133 134 135 136 |
# File 'lib/objective_command/runners/runner.rb', line 133 def raise_on_failures hooker_subscribe FailureHooker.new self end |