Method: ActiveSupport::Testing::Parallelization#start
- Defined in:
- activesupport/lib/active_support/testing/parallelization.rb
#start ⇒ Object
35 36 37 38 39 |
# File 'activesupport/lib/active_support/testing/parallelization.rb', line 35 def start @worker_pool = @worker_count.times.map do |worker| Worker.new(worker, @url).start end end |