mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
8 lines
159 B
Text
8 lines
159 B
Text
|
|
#!/usr/bin/env ruby
|
||
|
|
begin
|
||
|
|
load File.expand_path("../spring", __FILE__)
|
||
|
|
rescue LoadError
|
||
|
|
end
|
||
|
|
require 'bundler/setup'
|
||
|
|
load Gem.bin_path('rspec-core', 'rspec')
|