aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/cache_entry_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-101-0/+28
Split up the caching tests as prep for adding a new cache store. Slices the mega test/caching_test.rb into behavior modules, concrete store tests, and cross-cutting store tests. Considering moving cache store behavior modules into lib/ so they may be used for acceptance testing by third parties.