From 0e558f0bbdbfecf9ebc5218a78ba224a295c432d Mon Sep 17 00:00:00 2001 From: Yehuda Katz + Carl Lerche Date: Mon, 15 Jun 2009 15:55:09 -0700 Subject: Get the AR integration tests to pass --- actionpack/test/abstract_unit.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index a785722d4f..a7957ed944 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -54,9 +54,10 @@ end module ActionController Base.session = { - :key => '_testing_session', - :secret => '8273f16463985e2b3747dc25e30f2528' -} + :key => '_testing_session', + :secret => '8273f16463985e2b3747dc25e30f2528' + } + Base.session_store = nil class ActionControllerError < StandardError #:nodoc: end -- cgit v1.2.3