提交 5d0a4c9a 编写于 作者: Y yuuji.yaginuma

Remove needless `silence_warnings`

Since ff30db13, warning is not show.
上级 aa1dc38d
......@@ -40,10 +40,7 @@ def app(env = "development")
@app ||= begin
ENV["RAILS_ENV"] = env
# FIXME: shush Sass warning spam, not relevant to testing Railties
Kernel.silence_warnings do
require "#{app_path}/config/environment"
end
require "#{app_path}/config/environment"
Rails.application
ensure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册