aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dummy/config/environment.rb')
-rw-r--r--spec/dummy/config/environment.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/dummy/config/environment.rb b/spec/dummy/config/environment.rb
deleted file mode 100644
index 3da5eb9..0000000
--- a/spec/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!