Get the AR integration tests to pass

This commit is contained in:
Yehuda Katz + Carl Lerche
2009-06-15 15:55:09 -07:00
parent 5314abed18
commit 0e558f0bbd

View File

@@ -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