clarion/bin/rspec

9 lines
208 B
Plaintext
Raw Normal View History

2014-07-28 12:52:06 +03:00
#!/usr/bin/env ruby
begin
2019-04-28 02:02:09 +03:00
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
2014-07-28 12:52:06 +03:00
end
require 'bundler/setup'
load Gem.bin_path('rspec-core', 'rspec')