mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Get the AR integration tests to pass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user