From 9a7ff1433acbc31c456a462dafa5091d27819865 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 13 Oct 2005 19:05:41 +0000 Subject: r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700 Eliminate warning for redefined MemCache constant. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2554 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/fragment_store_setting_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/fragment_store_setting_test.rb b/actionpack/test/controller/fragment_store_setting_test.rb index fde70965f6..7d0c0b61aa 100644 --- a/actionpack/test/controller/fragment_store_setting_test.rb +++ b/actionpack/test/controller/fragment_store_setting_test.rb @@ -1,6 +1,6 @@ require File.dirname(__FILE__) + '/../abstract_unit' -MemCache = Struct.new(:MemCache, :address) +MemCache = Struct.new(:MemCache, :address) unless Object.const_defined?(:MemCache) class FragmentCacheStoreSettingTest < Test::Unit::TestCase def teardown @@ -42,4 +42,4 @@ class FragmentCacheStoreSettingTest < Test::Unit::TestCase ) assert_equal "/path/to/cache/directory", ActionController::Base.fragment_cache_store.cache_path end -end \ No newline at end of file +end -- cgit v1.2.3