Skip to content

Commit

Permalink
Add binstub for rspec from rspec-core (mastodon#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and Gargron committed Apr 16, 2017
1 parent f2997c9 commit 13b11dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bin/rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/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 comments on commit 13b11dd

Please sign in to comment.