mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
cucumber removal
This commit is contained in:
parent
97bfad71ca
commit
6dcaa76f09
74 changed files with 1 additions and 5920 deletions
10
bin/cucumber
10
bin/cucumber
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
if ENV["RAILS_ENV"] != "production"
|
||||
exec("#{__dir__}/../script/docker-environment", $PROGRAM_NAME, *ARGV) unless File.exist?("/etc/app-env")
|
||||
end
|
||||
begin
|
||||
load File.expand_path("../spring", __FILE__)
|
||||
rescue LoadError
|
||||
end
|
||||
require 'bundler/setup'
|
||||
load Gem.bin_path('cucumber', 'cucumber')
|
Loading…
Add table
Add a link
Reference in a new issue