Retrospring/bin/rspec

18 lines
402 B
Plaintext
Raw Normal View History

2017-03-29 14:03:32 -07:00
#!/usr/bin/env ruby
# frozen_string_literal: true
2014-11-14 04:39:26 -08:00
#
# 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.
#
2017-03-29 14:03:32 -07:00
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
2014-11-14 04:39:26 -08:00
Pathname.new(__FILE__).realpath)
2017-03-29 14:03:32 -07:00
require "rubygems"
require "bundler/setup"
2014-11-14 04:39:26 -08:00
2017-03-29 14:03:32 -07:00
load Gem.bin_path("rspec-core", "rspec")