debian-mirror-gitlab/bin/rspec

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
228 B
Plaintext
Raw Normal View History

2014-09-02 18:07:02 +05:30
#!/usr/bin/env ruby
2018-05-09 12:01:36 +05:30
2014-09-02 18:07:02 +05:30
begin
2016-06-02 11:05:42 +05:30
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
2014-09-02 18:07:02 +05:30
end
2021-11-11 11:23:49 +05:30
require_relative '../config/bundler_setup'
2015-04-26 12:48:37 +05:30
load Gem.bin_path('rspec-core', 'rspec')