水豚自动测试结束时出错......每次
使用 autospec / cucumber / capybara 运行我的功能测试,即使在变绿后我也会得到这一行:
(eval):1:in `initialize': can't conversion String into Integer (TypeError)
有人知道这是什么吗?我以为是我,然后听说另一个开发人员正在看到它,当谷歌搜索时,我在水豚 github 上的各种问题的屏幕日志中看到它,但我没有看到任何人解决它。
我会忽略它,假设这不是我正在做的事情,但只是对此感到好奇。
With autospec / cucumber / capybara running my feature tests I get this line even after going green:
(eval):1:in `initialize': can't convert String into Integer (TypeError)
Anyone know what this is? I thought it was me, then heard another dev was seeing it to, and when googling I see it in the screen logs on various issues at the capybara github, but I don't see anyone addressing it.
I'm going to ignore it, assuming its not something that I'm doing, but was just curious about it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这曾经在 Culerity 0.2.3 中发生过,但我相信随后得到了解决。
This used to happen with Culerity 0.2.3 but I believe was subsequently resolved.