summaryrefslogtreecommitdiff
path: root/bin/parallel_rspec
blob: 97835331986813d16c5a86fe8824bc7f73632dfe (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# frozen_string_literal: true

load File.expand_path("../with_rubygems", __FILE__) if ENV["RGV"]

require_relative "../spec/support/rubygems_ext"

Spec::Rubygems.gem_load("parallel_tests", "parallel_rspec")