aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dummy/config.ru')
-rw-r--r--spec/dummy/config.ru4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/dummy/config.ru b/spec/dummy/config.ru
deleted file mode 100644
index 1989ed8..0000000
--- a/spec/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