aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/cache/behaviors.rb')
-rw-r--r--activesupport/test/cache/behaviors.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/test/cache/behaviors.rb b/activesupport/test/cache/behaviors.rb
new file mode 100644
index 0000000000..efd045ac5e
--- /dev/null
+++ b/activesupport/test/cache/behaviors.rb
@@ -0,0 +1,7 @@
+require_relative "behaviors/autoloading_cache_behavior"
+require_relative "behaviors/cache_delete_matched_behavior"
+require_relative "behaviors/cache_increment_decrement_behavior"
+require_relative "behaviors/cache_store_behavior"
+require_relative "behaviors/cache_store_version_behavior"
+require_relative "behaviors/encoded_key_cache_behavior"
+require_relative "behaviors/local_cache_behavior"