aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-01-04 16:22:39 -0600
committerJoshua Peek <josh@joshpeek.com>2010-01-04 16:22:46 -0600
commit2601a16ede92566c651c06942294250ea653bd85 (patch)
tree807c19a8e983d8055a992ccf6032552f8105c7ff /activesupport/test
parentce56c36cd392d6ab0505f0dc4df04c3ad2c074f1 (diff)
downloadrails-2601a16ede92566c651c06942294250ea653bd85.tar.gz
rails-2601a16ede92566c651c06942294250ea653bd85.tar.bz2
rails-2601a16ede92566c651c06942294250ea653bd85.zip
Autoload AS test case
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/abstract_unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb
index dda139372e..d91e0415c4 100644
--- a/activesupport/test/abstract_unit.rb
+++ b/activesupport/test/abstract_unit.rb
@@ -13,7 +13,6 @@ require 'mocha'
ENV['NO_RELOAD'] = '1'
require 'active_support'
-require 'active_support/test_case'
# Include shims until we get off 1.8.6
require 'active_support/ruby/shim'