aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_tools_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/caching_tools_test.rb')
-rw-r--r--activesupport/test/caching_tools_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/caching_tools_test.rb b/activesupport/test/caching_tools_test.rb
index c9890e4d13..e1cd4e433c 100644
--- a/activesupport/test/caching_tools_test.rb
+++ b/activesupport/test/caching_tools_test.rb
@@ -1,4 +1,5 @@
require File.dirname(__FILE__) + '/abstract_unit'
+require File.join(File.dirname(File.dirname(__FILE__)), 'lib/active_support/caching_tools.rb')
class HashCachingTests < Test::Unit::TestCase
def cached(&proc)