aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/test_case.rb
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 /activemodel/lib/active_model/test_case.rb
parentce56c36cd392d6ab0505f0dc4df04c3ad2c074f1 (diff)
downloadrails-2601a16ede92566c651c06942294250ea653bd85.tar.gz
rails-2601a16ede92566c651c06942294250ea653bd85.tar.bz2
rails-2601a16ede92566c651c06942294250ea653bd85.zip
Autoload AS test case
Diffstat (limited to 'activemodel/lib/active_model/test_case.rb')
-rw-r--r--activemodel/lib/active_model/test_case.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/test_case.rb b/activemodel/lib/active_model/test_case.rb
index 4cb5c9cbc0..6328807ad7 100644
--- a/activemodel/lib/active_model/test_case.rb
+++ b/activemodel/lib/active_model/test_case.rb
@@ -1,5 +1,3 @@
-require "active_support/test_case"
-
module ActiveModel #:nodoc:
class TestCase < ActiveSupport::TestCase #:nodoc:
def with_kcode(kcode)