mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
do not muck with the load path, that is the test task responsibility
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user