diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-11-18 08:38:01 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-11-18 08:38:01 +0530 |
commit | 3319fa69655744678e9458b4c585958f5d3956b1 (patch) | |
tree | 5a9910e475fc49522996fe96bd84caff38340f4c | |
parent | 8f71d6bcf621389ee8bb23a4a4d2a074906cdbfe (diff) | |
download | rails-3319fa69655744678e9458b4c585958f5d3956b1.tar.gz rails-3319fa69655744678e9458b4c585958f5d3956b1.tar.bz2 rails-3319fa69655744678e9458b4c585958f5d3956b1.zip |
Dont require 'application' when running tests
-rw-r--r-- | railties/lib/test_help.rb | 2 |
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" } |