Skip to content

Commit

Permalink
Make cookie store tests pass with the new base
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed May 25, 2009
1 parent 8097da9 commit 9cda410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actionpack/test/dispatch/session/cookie_store_test.rb
Expand Up @@ -5,6 +5,9 @@ class CookieStoreTest < ActionController::IntegrationTest
SessionKey = '_myapp_session'
SessionSecret = 'b3c631c314c0bbca50c1b2843150fe33'

# Make sure Session middleware doesnt get included in the middleware stack
ActionController::Base.session_store = nil

DispatcherApp = ActionController::Dispatcher.new
CookieStoreApp = ActionDispatch::Session::CookieStore.new(DispatcherApp,
:key => SessionKey, :secret => SessionSecret)
Expand Down

0 comments on commit 9cda410

Please sign in to comment.