1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/cache
Jean Boussier 10e361179d Fix MemCacheStoreTest stubbing
The stub wasn't called because it was defined on the `@cache` client
rather than on `cache`'s client.

This should reduce `MemCacheStoreTest` flakiness a bit.
2022-02-16 13:23:12 +01:00
..
behaviors Merge pull request #44366 from avalanche123/patch-1 2022-02-12 10:43:39 +01:00
stores Fix MemCacheStoreTest stubbing 2022-02-16 13:23:12 +01:00
behaviors.rb init commit 2021-08-23 17:35:00 -07:00
cache_entry_test.rb Allow to set cache expiry as an absolute timestamp 2021-04-06 10:49:05 +02:00
cache_key_test.rb
cache_store_logger_test.rb
cache_store_namespace_test.rb
cache_store_setting_test.rb Disable Dalli compression on the protocal level 2021-10-14 17:49:49 +00:00
coder_test.rb Implement an optimized Cache::Entry coder 2021-04-25 08:27:58 +02:00
local_cache_middleware_test.rb