module ParallelTests
def determine_number_of_processes(count)
def determine_number_of_processes(count) Integer( [ count, ENV["PARALLEL_TEST_PROCESSORS"], Parallel.processor_count ].detect { |c| !c.to_s.strip.empty? } ) end
def determine_number_of_processes(count) Integer( [ count, ENV["PARALLEL_TEST_PROCESSORS"], Parallel.processor_count ].detect { |c| !c.to_s.strip.empty? } ) end