summaryrefslogtreecommitdiff
path: root/test/dummy/config/environment.rb
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/environment.rb
parent02000f08ab8f44533447278d8fcb141ac6598e30 (diff)
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/config/environment.rb')
-rw-r--r--test/dummy/config/environment.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dummy/config/environment.rb b/test/dummy/config/environment.rb
deleted file mode 100644
index 3da5eb9..0000000
--- a/test/dummy/config/environment.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# Load the rails application
-require File.expand_path('../application', __FILE__)
-
-# Initialize the rails application
-Dummy::Application.initialize!