mirror of https://github.com/rails/rails
Ruby 1.9.1 compat: constant lookup
This commit is contained in:
parent
ed61c3b640
commit
acad3ba848
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue