mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
10 lines
228 B
Ruby
Executable File
10 lines
228 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
begin
|
|
load File.expand_path('../spring', __FILE__)
|
|
rescue LoadError => e
|
|
raise unless e.message.include?('spring')
|
|
end
|
|
require_relative '../config/bundler_setup'
|
|
load Gem.bin_path('rspec-core', 'rspec')
|