提交 5752ff8d 编写于 作者: Y yuuji.yaginuma

Silence puma startup messages in system test

Fixes #28109
上级 de17d9e2
......@@ -11,7 +11,7 @@ def run
private
def register
Capybara.register_server :rails_puma do |app, port, host|
Rack::Handler::Puma.run(app, Port: port, Threads: "0:1")
Rack::Handler::Puma.run(app, Port: port, Threads: "0:1", Silent: true)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册