mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01: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')
|