summaryrefslogtreecommitdiff
path: root/bin/rspec
blob: 4c139156f911561e0710dcbe194f0c060377570a (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("rspec-core", "rspec")