aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/fragment_store_setting_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/fragment_store_setting_test.rb')
-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