aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors.rb
diff options
context:
space:
mode:
authorfatkodima <fatkodima123@gmail.com>2018-02-05 18:46:55 +0200
committerJeremy Daer <jeremydaer@gmail.com>2018-02-05 11:57:14 -0800
commit3b5d940fe5868af0f31989054e8fb7d2d9d11ec9 (patch)
tree16b8480ccf884607ccb4bb23d28bbd07a0aa0a7c /activesupport/test/cache/behaviors.rb
parent1dfc3a248ac03b96696927159e5e1a00c8e96ec2 (diff)
downloadrails-3b5d940fe5868af0f31989054e8fb7d2d9d11ec9.tar.gz
rails-3b5d940fe5868af0f31989054e8fb7d2d9d11ec9.tar.bz2
rails-3b5d940fe5868af0f31989054e8fb7d2d9d11ec9.zip
Add missing instrumentation to RedisCacheStore#read_multi
Diffstat (limited to 'activesupport/test/cache/behaviors.rb')
-rw-r--r--activesupport/test/cache/behaviors.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/cache/behaviors.rb b/activesupport/test/cache/behaviors.rb
index 745dc09e2c..2d39976be3 100644
--- a/activesupport/test/cache/behaviors.rb
+++ b/activesupport/test/cache/behaviors.rb
@@ -3,6 +3,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_instrumentation_behavior"
require_relative "behaviors/cache_store_behavior"
require_relative "behaviors/cache_store_version_behavior"
require_relative "behaviors/connection_pool_behavior"