aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-06-25 16:08:16 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-06-25 16:08:16 -0700
commit17439e3a4027a813d8b746ea892c1c3373c26df3 (patch)
tree862066f5f12c0bb7f944a83104ff1c1be72a0b57 /activesupport/test
parent8cc01e0b2bfa75a613720c535d34e451f5de769c (diff)
downloadrails-17439e3a4027a813d8b746ea892c1c3373c26df3.tar.gz
rails-17439e3a4027a813d8b746ea892c1c3373c26df3.tar.bz2
rails-17439e3a4027a813d8b746ea892c1c3373c26df3.zip
remove bad test.
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/caching_test.rb4
1 files changed, 0 insertions, 4 deletions
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