From acad3ba848790c388062bb4ef300e4321e7ad89f Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 11 Jun 2010 11:00:56 -0700 Subject: Ruby 1.9.1 compat: constant lookup --- actionpack/test/controller/flash_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/flash_test.rb b/actionpack/test/controller/flash_test.rb index 01c8fd90a5..5c636cbab8 100644 --- a/actionpack/test/controller/flash_test.rb +++ b/actionpack/test/controller/flash_test.rb @@ -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 -- cgit v1.2.3