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:
parent
5314abed18
commit
0e558f0bbd
1 changed files with 4 additions and 3 deletions
|
@ -54,9 +54,10 @@ end
|
||||||
|
|
||||||
module ActionController
|
module ActionController
|
||||||
Base.session = {
|
Base.session = {
|
||||||
:key => '_testing_session',
|
:key => '_testing_session',
|
||||||
:secret => '8273f16463985e2b3747dc25e30f2528'
|
:secret => '8273f16463985e2b3747dc25e30f2528'
|
||||||
}
|
}
|
||||||
|
Base.session_store = nil
|
||||||
|
|
||||||
class ActionControllerError < StandardError #:nodoc:
|
class ActionControllerError < StandardError #:nodoc:
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue