diff options
author | Joshua Peek <josh@joshpeek.com> | 2010-01-04 16:22:39 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2010-01-04 16:22:46 -0600 |
commit | 2601a16ede92566c651c06942294250ea653bd85 (patch) | |
tree | 807c19a8e983d8055a992ccf6032552f8105c7ff /activesupport/lib | |
parent | ce56c36cd392d6ab0505f0dc4df04c3ad2c074f1 (diff) | |
download | rails-2601a16ede92566c651c06942294250ea653bd85.tar.gz rails-2601a16ede92566c651c06942294250ea653bd85.tar.bz2 rails-2601a16ede92566c651c06942294250ea653bd85.zip |
Autoload AS test case
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 3463000529..51ec87f329 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -66,6 +66,8 @@ module ActiveSupport autoload :StringInquirer autoload :XmlMini end + + autoload :TestCase end require 'active_support/vendor' |