From 17439e3a4027a813d8b746ea892c1c3373c26df3 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 25 Jun 2015 16:08:16 -0700 Subject: remove bad test. --- activesupport/test/caching_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activesupport/test') diff --git a/activesupport/test/caching_test.rb b/activesupport/test/caching_test.rb index 8e22d4ed2f..69aea6213f 100644 --- a/activesupport/test/caching_test.rb +++ b/activesupport/test/caching_test.rb @@ -1026,10 +1026,6 @@ class NullStoreTest < ActiveSupport::TestCase end assert_nil @cache.read("name") end - - def test_setting_nil_cache_store - assert ActiveSupport::Cache.lookup_store.class.name, ActiveSupport::Cache::NullStore.name - end end class CacheStoreLoggerTest < ActiveSupport::TestCase -- cgit v1.2.3