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, 0 insertions, 5 deletions
diff --git a/t/rails3-app/config/environment.rb b/t/rails3-app/config/environment.rb
deleted file mode 100644
index df5d4fb..0000000
--- a/t/rails3-app/config/environment.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# Load the rails application
-require File.expand_path('../application', __FILE__)
-
-# Initialize the rails application
-App::Application.initialize!