提交 6fc83201 编写于 作者: Y Yves Senn

log output from activemodel's railtie_test directly to STDOUT

after this patch, running the tests in activemodel will no longer
create an untracked log/ folder inside of activemodel
上级 02c30c64
......@@ -9,6 +9,7 @@ def setup
@app ||= Class.new(::Rails::Application).tap do |app|
app.config.eager_load = false
app.config.logger = Logger.new(STDOUT)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册