如何摆脱 rspec / capybara / poltergeist 测试的无关输出

How to get rid of the extraneous output from a rspec / capybara / poltergeist test

使用 rspec 3.2.2 / capybara 2.4.4 / poltergeist 1.6.0(phantomjs 1.9.0 和 2.0.0)在每个测试完成之前产生无关的输出:

phantomjs 1.9 是从 kubuntu 15.04 存储库安装的。 phantomjs2.0.0 已编译。

它与 poltergeist 或 phantomjs 有关(不会与 selenium 一起出现)。

希望能够重定向或消除无关的输出,因为它会使测试输出难以阅读或使用。

难道是cycle2 jQuery插件启用了日志记录?您是否在浏览器 JS 控制台中看到相同的输出?