mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
6 lines
146 B
Ruby
Executable File
6 lines
146 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
load File.expand_path("spring", __dir__)
|
|
require_relative '../config/bundler_setup'
|
|
load Gem.bin_path('rspec-core', 'rspec')
|