提交 aa449141 编写于 作者: J Jeremy Kemper

Work around strange Ruby 1.9 autoload issue by using absolute load paths for...

Work around strange Ruby 1.9 autoload issue by using absolute load paths for tests (for Active Model too)
上级 a9032c88
......@@ -7,7 +7,7 @@
require 'active_model'
require 'active_model/state_machine'
$:.unshift File.dirname(__FILE__) + "/../../activesupport/lib"
$:.unshift File.expand_path('../../../activesupport/lib', __FILE__)
require 'active_support'
require 'active_support/test_case'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册