From efdb785d7fb791f9968242efe96fe3ae4538b38e Mon Sep 17 00:00:00 2001 From: Andrew White Date: Sun, 13 Nov 2016 22:15:45 +0000 Subject: Remove deprecated escape_key --- activesupport/test/caching_test.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'activesupport/test') diff --git a/activesupport/test/caching_test.rb b/activesupport/test/caching_test.rb index 02a9e5eff5..e2864012d8 100644 --- a/activesupport/test/caching_test.rb +++ b/activesupport/test/caching_test.rb @@ -1092,12 +1092,6 @@ class MemCacheStoreTest < ActiveSupport::TestCase value << "bingo" assert_not_equal value, @cache.read("foo") end - - def test_can_call_deprecated_escape_key - assert_deprecated "`escape_key` is deprecated" do - assert_equal 111, @cache.send(:escape_key, 111) - end - end end class NullStoreTest < ActiveSupport::TestCase -- cgit v1.2.3