aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord/active_record_store_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-22 04:38:03 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-22 04:38:03 +0000
commit070f3fdc8ce317772358185016f60480105963d6 (patch)
tree9a7b6075bd01b79404a3efc372cb9b0e8bfac45c /actionpack/test/activerecord/active_record_store_test.rb
parentbb531a946d016ab0f41d91a4858a62156e65333e (diff)
downloadrails-070f3fdc8ce317772358185016f60480105963d6.tar.gz
rails-070f3fdc8ce317772358185016f60480105963d6.tar.bz2
rails-070f3fdc8ce317772358185016f60480105963d6.zip
Clean up and run the Active Record integration tests by default.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4804 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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, 1 insertions, 0 deletions
diff --git a/actionpack/test/activerecord/active_record_store_test.rb b/actionpack/test/activerecord/active_record_store_test.rb
index 96c147c7d0..f85bdeb466 100644
--- a/actionpack/test/activerecord/active_record_store_test.rb
+++ b/actionpack/test/activerecord/active_record_store_test.rb
@@ -70,6 +70,7 @@ class ActiveRecordStoreTest < Test::Unit::TestCase
session_class.create_table!
ENV['REQUEST_METHOD'] = 'GET'
+ ENV['REQUEST_URI'] = '/'
CGI::Session::ActiveRecordStore.session_class = session_class
@cgi = CGI.new