Sha256: 78fe320d28944a61072344843db6d66a70b7a952f644dc1367e3bd71aa16702b
Contents?: true
Size: 272 Bytes
Versions: 33
Compression:
Stored size: 272 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", "rspec"] + ARGV)
Version data entries
33 entries across 33 versions & 1 rubygems