Skip to content
Snippets Groups Projects
Commit 13b11ddc authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen
Browse files

Add binstub for rspec from rspec-core (#1913)

parent f2997c97
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
# frozen_string_literal: true
#
# This file was generated by Bundler.
#
# The application 'rspec' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require "rubygems"
require "bundler/setup"
load Gem.bin_path("rspec-core", "rspec")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment