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/Rakefile | |
parent | 02000f08ab8f44533447278d8fcb141ac6598e30 (diff) |
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/Rakefile')
-rw-r--r-- | test/dummy/Rakefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/dummy/Rakefile b/test/dummy/Rakefile deleted file mode 100644 index 3645852..0000000 --- a/test/dummy/Rakefile +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env rake -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Dummy::Application.load_tasks |