Skip to content

Commit

Permalink
Add bin/rspec via $ bundle binstub rspec-core
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed May 12, 2016
1 parent 3e98470 commit 8cc67a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# 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 8cc67a5

Please sign in to comment.