提交 94058c68 编写于 作者: J Joshua Peek

Remove automatic rubygems loading from AS test runner

上级 335c0e62
......@@ -7,16 +7,8 @@
$:.unshift("#{root}/activerecord/lib")
end
require 'test/unit'
begin
require 'mocha'
rescue LoadError
$stderr.puts 'Loading rubygems'
require 'rubygems'
require 'mocha'
end
require 'mocha'
ENV['NO_RELOAD'] = '1'
require 'active_support'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册