aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-10-08 18:12:28 -0700
committerCarl Lerche <carllerche@mac.com>2009-10-14 11:47:37 -0700
commitff8be66f249d49e82c8e1d04cb8cfbbc128deabe (patch)
tree6063bd4d1ff6353eb4cb6ef516c65ee5ce22b283 /activesupport/lib/active_support/testing
parent5ffb877d3a5d7fd2266b58495de435dd9c33d4e1 (diff)
downloadrails-ff8be66f249d49e82c8e1d04cb8cfbbc128deabe.tar.gz
rails-ff8be66f249d49e82c8e1d04cb8cfbbc128deabe.tar.bz2
rails-ff8be66f249d49e82c8e1d04cb8cfbbc128deabe.zip
Finish porting over the initializers to the app object and fix all the tests
Diffstat (limited to 'activesupport/lib/active_support/testing')
-rw-r--r--activesupport/lib/active_support/testing/isolation.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb
index bec303f6ab..c75b59c284 100644
--- a/activesupport/lib/active_support/testing/isolation.rb
+++ b/activesupport/lib/active_support/testing/isolation.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/load_error'
-
module ActiveSupport
module Testing
class ProxyTestResult