about summary refs log tree commit homepage
path: root/t/rails3-app/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/rails3-app/config/environment.rb')
-rw-r--r--t/rails3-app/config/environment.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/rails3-app/config/environment.rb b/t/rails3-app/config/environment.rb
new file mode 100644
index 0000000..df5d4fb
--- /dev/null
+++ b/t/rails3-app/config/environment.rb
@@ -0,0 +1,5 @@
+# Load the rails application
+require File.expand_path('../application', __FILE__)
+
+# Initialize the rails application
+App::Application.initialize!