aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-16 08:35:31 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-16 08:35:31 +0000
commit745ea39926fcedcf63f1d25e24da229db3a03260 (patch)
tree19ae8510688bfd8725837fb232e9b9b42862f6b1 /actionpack/test
parent4cd89102793b448ec8aedd89214e58bada114c9d (diff)
downloadrails-745ea39926fcedcf63f1d25e24da229db3a03260.tar.gz
rails-745ea39926fcedcf63f1d25e24da229db3a03260.tar.bz2
rails-745ea39926fcedcf63f1d25e24da229db3a03260.zip
MemCache store may be given multiple addresses. Closes #2869.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/fragment_store_setting_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/fragment_store_setting_test.rb b/actionpack/test/controller/fragment_store_setting_test.rb
index 7d0c0b61aa..cb872f6505 100644
--- a/actionpack/test/controller/fragment_store_setting_test.rb
+++ b/actionpack/test/controller/fragment_store_setting_test.rb
@@ -31,7 +31,7 @@ class FragmentCacheStoreSettingTest < Test::Unit::TestCase
ActionController::Caching::Fragments::MemCacheStore,
ActionController::Base.fragment_cache_store
)
- assert_equal "localhost", ActionController::Base.fragment_cache_store.address
+ assert_equal %w(localhost), ActionController::Base.fragment_cache_store.addresses
end
def test_object_assigned_fragment_cache_store