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, 4 insertions, 0 deletions
diff --git a/spec/dummy/config.ru b/spec/dummy/config.ru
new file mode 100644
index 0000000..1989ed8
--- /dev/null
+++ b/spec/dummy/config.ru
@@ -0,0 +1,4 @@
+# This file is used by Rack-based servers to start the application.
+
+require ::File.expand_path('../config/environment', __FILE__)
+run Dummy::Application