From 30b3a971f2c5794c05379db0d915c48b109afa3f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 25 May 2019 15:13:44 +0200 Subject: Remove dummy test app from version control. Should never have been checked in in the first place. --- spec/dummy/script/rails | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 spec/dummy/script/rails (limited to 'spec/dummy/script/rails') 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' -- cgit v1.2.3