diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-02-01 01:43:47 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-02-01 01:43:47 +0000 |
commit | e59de6046cf01852e1b16e7a6a39de94aefa7e72 (patch) | |
tree | 0bb6ac26daea368aa14e9a67dcb3dcdff1f539be /activesupport/lib | |
parent | 2f7ce08b569813a2898b19f025b364d180769058 (diff) | |
download | rails-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')
-rw-r--r-- | activesupport/lib/active_support/cache.rb | 2 |
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) |