2018-05-22 16:01:37 +02:00
|
|
|
#!/usr/bin/env ruby
|
2018-06-18 13:14:46 +02:00
|
|
|
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')
|