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
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
..
behaviors Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
stores Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
behaviors.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
cache_entry_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
cache_key_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
cache_store_logger_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
cache_store_namespace_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
cache_store_setting_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
cache_store_write_multi_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00
local_cache_middleware_test.rb Split up the cache test suite so it's easier to understand and extend (#29404) 2017-06-10 01:23:10 -07:00