提交 62affac0 编写于 作者: S Santiago Pastorino

Merge pull request #3782 from arunagw/warning_mode_on

Turning on warnings in "rake test" for railties
......@@ -22,7 +22,7 @@ namespace :test do
"#{File.dirname(__FILE__)}/../actionpack/lib",
"#{File.dirname(__FILE__)}/../activemodel/lib"
]
ruby "-I#{dash_i.join ':'}", file
ruby "-w", "-I#{dash_i.join ':'}", file
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册