aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord/active_record_store_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-11-23 16:35:13 -0600
committerJoshua Peek <josh@joshpeek.com>2008-11-23 16:35:47 -0600
commit31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f (patch)
treeec452cb5dd933f0fc89f9b230a35f70528145950 /actionpack/test/activerecord/active_record_store_test.rb
parent6de1060eb555b5053f7d95269ceb23fce04e0523 (diff)
downloadrails-31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f.tar.gz
rails-31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f.tar.bz2
rails-31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f.zip
Use autoload instead of explicit requires for ActionController
Diffstat (limited to 'actionpack/test/activerecord/active_record_store_test.rb')
-rw-r--r--actionpack/test/activerecord/active_record_store_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/activerecord/active_record_store_test.rb b/actionpack/test/activerecord/active_record_store_test.rb
index fd7da89aa7..677d434f9c 100644
--- a/actionpack/test/activerecord/active_record_store_test.rb
+++ b/actionpack/test/activerecord/active_record_store_test.rb
@@ -1,7 +1,6 @@
# These tests exercise CGI::Session::ActiveRecordStore, so you're going to
# need AR in a sibling directory to AP and have SQLite installed.
require 'active_record_unit'
-require 'action_controller/session/active_record_store'
module CommonActiveRecordStoreTests
def test_basics