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

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

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