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