1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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