cucumber removal

This commit is contained in:
ericmoon 2018-07-24 12:34:55 -07:00
parent 97bfad71ca
commit 6dcaa76f09
74 changed files with 1 additions and 5920 deletions

View file

@ -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')