aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-02-01 01:43:47 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-02-01 01:43:47 +0000
commite59de6046cf01852e1b16e7a6a39de94aefa7e72 (patch)
tree0bb6ac26daea368aa14e9a67dcb3dcdff1f539be /activesupport/lib/active_support
parent2f7ce08b569813a2898b19f025b364d180769058 (diff)
downloadrails-e59de6046cf01852e1b16e7a6a39de94aefa7e72.tar.gz
rails-e59de6046cf01852e1b16e7a6a39de94aefa7e72.tar.bz2
rails-e59de6046cf01852e1b16e7a6a39de94aefa7e72.zip
Add a handful of cache store tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8764 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/cache.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb
index f9cfed43b8..64394afec4 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -1,3 +1,5 @@
+require 'benchmark'
+
module ActiveSupport
module Cache
def self.lookup_store(*store_option)