trabajo-afectivo/bin/rspec

9 lines
204 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
begin
load File.expand_path('spring', __dir__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require 'bundler/setup'
load Gem.bin_path('rspec-core', 'rspec')