aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-11-18 08:38:01 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-11-18 08:38:01 +0530
commit3319fa69655744678e9458b4c585958f5d3956b1 (patch)
tree5a9910e475fc49522996fe96bd84caff38340f4c /railties/lib
parent8f71d6bcf621389ee8bb23a4a4d2a074906cdbfe (diff)
downloadrails-3319fa69655744678e9458b4c585958f5d3956b1.tar.gz
rails-3319fa69655744678e9458b4c585958f5d3956b1.tar.bz2
rails-3319fa69655744678e9458b4c585958f5d3956b1.zip
Dont require 'application' when running tests
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/test_help.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/test_help.rb b/railties/lib/test_help.rb
index daa5201663..3ccbfebaf6 100644
--- a/railties/lib/test_help.rb
+++ b/railties/lib/test_help.rb
@@ -1,5 +1,3 @@
-require_dependency 'application'
-
# Make double-sure the RAILS_ENV is set to test,
# so fixtures are loaded to the right database
silence_warnings { RAILS_ENV = "test" }