From 47aebacd51f1b35209b0b996443c45e2301e8319 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 7 Sep 2009 21:56:53 -0500 Subject: Please 1.8.6 CI --- activesupport/test/abstract_unit.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport/test/abstract_unit.rb') diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 61914231ef..c2def8fe88 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -8,6 +8,9 @@ $:.unshift "#{File.dirname(__FILE__)}/../lib" require 'active_support' require 'active_support/test_case' +# Include shims until we get off 1.8.6 +require 'active_support/ruby/shim' + def uses_memcached(test_name) require 'memcache' begin -- cgit v1.2.3