From 726142b00a47d604cb3a867c94644dbcfbef2dca Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Thu, 18 Mar 2010 14:12:25 -0300 Subject: [PATCH] fixed test --- activesupport/test/ts_isolated.rb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/activesupport/test/ts_isolated.rb b/activesupport/test/ts_isolated.rb index cbab61a..72cbba0 100644 --- a/activesupport/test/ts_isolated.rb +++ b/activesupport/test/ts_isolated.rb @@ -1,3 +1,6 @@ +lib = File.expand_path("#{File.dirname(__FILE__)}/../lib") +$:.unshift(lib) unless $:.include?('lib') || $:.include?(lib) + require 'test/unit' require 'rbconfig' require 'active_support/core_ext/kernel/reporting' -- 1.6.3.3