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/behaviors
Jeremy Daer ddea316425
Split up the cache test suite so it's easier to understand and extend (#29404)
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.
2017-06-10 01:23:10 -07:00
..
autoloading_cache_behavior.rb
cache_delete_matched_behavior.rb
cache_increment_decrement_behavior.rb
cache_store_behavior.rb
cache_store_version_behavior.rb
encoded_key_cache_behavior.rb
local_cache_behavior.rb