Module: BladeRunner::CI
Instance Method Summary collapse
Methods included from Component
Instance Method Details
#start ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/blade_runner/interface/ci.rb', line 5 def start @completed_sessions = 0 log "# Running" BR.subscribe("/results") do |details| process_result(details) end end |