Skip to content

Commit

Permalink
Module lookup issue on flash_test using ruby 1.9 solved [#3716 status…
Browse files Browse the repository at this point in the history
…:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
Sam Elliott and Santiago Pastorino authored and josevalim committed Jan 17, 2010
1 parent eb67532 commit 5a65967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/flash_test.rb
Expand Up @@ -220,7 +220,7 @@ def test_flash
def with_test_route_set
with_routing do |set|
set.draw do |map|
match ':action', :to => ActionDispatch::Session::CookieStore.new(TestController, :key => SessionKey, :secret => SessionSecret)
match ':action', :to => ActionDispatch::Session::CookieStore.new(FlashIntegrationTest::TestController, :key => FlashIntegrationTest::SessionKey, :secret => FlashIntegrationTest::SessionSecret)
end
yield
end
Expand Down

0 comments on commit 5a65967

Please sign in to comment.