提交 517ca877 编写于 作者: A Aaron Patterson

do not muck with the load path, that is the test task responsibility

上级 841d2963
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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册