Remove legacy script files

This commit is contained in:
Eric Schultz 2021-02-25 13:09:53 -06:00 committed by Eric Schultz
parent 4ca4203511
commit 6865b6e22f
2 changed files with 0 additions and 19 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
require 'delayed/command'
Delayed::Command.new(ARGV).daemonize

View file

@ -1,13 +0,0 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
if ENV['RAILS_ENV'] == 'test'
require 'simplecov'
SimpleCov.start 'rails'
puts 'required simplecov'
end
APP_PATH = File.expand_path('../config/application', __dir__)
require File.expand_path('../config/boot', __dir__)
require 'rails/commands'