mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
7 lines
159 B
Ruby
Executable file
7 lines
159 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
begin
|
|
load File.expand_path("../spring", __FILE__)
|
|
rescue LoadError
|
|
end
|
|
require 'bundler/setup'
|
|
load Gem.bin_path('rspec-core', 'rspec')
|