提交 c445f0d6 编写于 作者: A Aaron Patterson

expand the tmpdir to the realpath so tests on OS X pass

上级 056dbf4f
......@@ -30,7 +30,7 @@ def app_template_path
end
def tmp_path(*args)
@tmp_path ||= Dir.mktmpdir
@tmp_path ||= File.realpath(Dir.mktmpdir)
end
def app_path(*args)
......
......@@ -13,7 +13,7 @@ def destination_root
end
def tmp_path(*args)
@tmp_path ||= Dir.mktmpdir
@tmp_path ||= File.realpath(Dir.mktmpdir)
File.join(@tmp_path, *args)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册