Ruby 1.9.1 compat: constant lookup

This commit is contained in:
Jeremy Kemper 2010-06-11 11:00:56 -07:00
parent ed61c3b640
commit acad3ba848
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class FlashIntegrationTest < ActionController::IntegrationTest
with_routing do |set|
set.draw do |map|
match ':action', :to => ActionDispatch::Session::CookieStore.new(
FlashIntegrationTest::TestController, :key => SessionKey, :secret => SessionSecret
FlashIntegrationTest::TestController, :key => FlashIntegrationTest::SessionKey, :secret => FlashIntegrationTest::SessionSecret
)
end
yield