From 517ca8771c15d2ca0d7e15e76ad37e57f6492d2b Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 6 Jun 2011 15:35:30 -0700 Subject: do not muck with the load path, that is the test task responsibility --- activerecord/test/cases/helper.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'activerecord/test/cases/helper.rb') diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb index 7a214fa75a..110f6b97c6 100644 --- a/activerecord/test/cases/helper.rb +++ b/activerecord/test/cases/helper.rb @@ -1,11 +1,5 @@ require File.expand_path('../../../../load_paths', __FILE__) -test = File.expand_path('../..', __FILE__) -$:.unshift(test) unless $:.include?('test') || $:.include?(test) - -lib = File.expand_path("#{File.dirname(__FILE__)}/../../lib") -$:.unshift(lib) unless $:.include?('lib') || $:.include?(lib) - require 'config' require 'test/unit' -- cgit v1.2.3