diff options
author | Azul <azul@leap.se> | 2014-07-04 15:33:48 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-05 10:21:07 +0200 |
commit | b5651032152236609d8761fd464f8e04fc5797c2 (patch) | |
tree | a561e4f573d4a3445a48577e31f78f2d9f4c1434 /test/dummy/script | |
parent | 02000f08ab8f44533447278d8fcb141ac6598e30 (diff) |
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/script')
-rwxr-xr-x | test/dummy/script/rails | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/dummy/script/rails b/test/dummy/script/rails deleted file mode 100755 index f138a34..0000000 --- a/test/dummy/script/rails +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env ruby1.8 -# 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' |