summaryrefslogtreecommitdiff
path: root/test/dummy/config.ru
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-07-04 15:33:48 +0200
committerAzul <azul@leap.se>2014-07-05 10:21:07 +0200
commitb5651032152236609d8761fd464f8e04fc5797c2 (patch)
treea561e4f573d4a3445a48577e31f78f2d9f4c1434 /test/dummy/config.ru
parent02000f08ab8f44533447278d8fcb141ac6598e30 (diff)
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/config.ru')
-rw-r--r--test/dummy/config.ru4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/dummy/config.ru b/test/dummy/config.ru
deleted file mode 100644
index 1989ed8..0000000
--- a/test/dummy/config.ru
+++ /dev/null
@@ -1,4 +0,0 @@
-# This file is used by Rack-based servers to start the application.
-
-require ::File.expand_path('../config/environment', __FILE__)
-run Dummy::Application