Skip to content

Commit

Permalink
Add bin/rspec
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kuroda committed Jan 9, 2014
1 parent 2d065ee commit 89eaa68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rails-i18n-*.gem
*.sw[pno]
doc
log
bin
.idea
.bundle

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 89eaa68

Please sign in to comment.