aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dummy/config/environment.rb')
m---------spec/dummy0
-rw-r--r--spec/dummy/config/environment.rb5
2 files changed, 5 insertions, 0 deletions
diff --git a/spec/dummy b/spec/dummy
deleted file mode 160000
-Subproject 36f851b7d5eca685475eb3a232e1d8dabfb1653
diff --git a/spec/dummy/config/environment.rb b/spec/dummy/config/environment.rb
new file mode 100644
index 0000000..3da5eb9
--- /dev/null
+++ b/spec/dummy/config/environment.rb
@@ -0,0 +1,5 @@
+# Load the rails application
+require File.expand_path('../application', __FILE__)
+
+# Initialize the rails application
+Dummy::Application.initialize!