module ParallelTests::Tasks

def load_lib

def load_lib
  $LOAD_PATH << File.expand_path('..', __dir__)
  require "parallel_tests"
end