aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/script/rails
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-05-25 15:13:44 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-05-25 15:13:44 +0200
commit30b3a971f2c5794c05379db0d915c48b109afa3f (patch)
tree63bb51f185138e6e5c238a20711aabae0653ee57 /spec/dummy/script/rails
parenta0341f27de42d2e8847c88db0df834ae03a28975 (diff)
downloadrefinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.tar.gz
refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.tar.bz2
refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.zip
Remove dummy test app from version control.
Should never have been checked in in the first place.
Diffstat (limited to 'spec/dummy/script/rails')
-rw-r--r--spec/dummy/script/rails6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/dummy/script/rails b/spec/dummy/script/rails
deleted file mode 100644
index 81eab02..0000000
--- a/spec/dummy/script/rails
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env ruby.exe
-# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
-
-APP_PATH = File.expand_path('../../config/application', __FILE__)
-require File.expand_path('../../config/boot', __FILE__)
-require 'rails/commands'