Sha256: df8c39bcdf49479c362276c18a2fb5e6d458491b17e00e055644852263f44662
Contents?: true
Size: 275 Bytes
Versions: 33
Compression:
Stored size: 275 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # enable local usage from cloned repo root = File.expand_path('..', __dir__) $LOAD_PATH << "#{root}/lib" if File.exist?("#{root}/Gemfile") require "parallel_tests" ParallelTests::CLI.new.run(["--type", "cucumber"] + ARGV)
Version data entries
33 entries across 33 versions & 1 rubygems