configure rspec

This commit is contained in:
rgarcia
2015-07-15 13:59:26 +02:00
parent 8db3630837
commit 4aa16e78c2
7 changed files with 87 additions and 0 deletions

16
bin/rspec Executable file
View File

@@ -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')