mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
8 lines
160 B
Text
8 lines
160 B
Text
|
|
#!/usr/bin/env ruby
|
||
|
|
begin
|
||
|
|
load File.expand_path("../spring", __FILE__)
|
||
|
|
rescue LoadError
|
||
|
|
end
|
||
|
|
require 'bundler/setup'
|
||
|
|
load Gem.bin_path('cucumber', 'cucumber')
|