demarches-normaliennes/bin/rspec

9 lines
250 B
Text
Raw Normal View History

2018-05-22 16:01:37 +02:00
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
2018-05-22 16:01:37 +02:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('rspec-core', 'rspec')