开发者

Error at the end of a capybara autotest... every time

开发者 https://www.devze.com 2023-01-09 06:04 出处:网络
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)

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.


This used to happen with Culerity 0.2.3 but I believe was subsequently resolved.

0

精彩评论

暂无评论...
验证码 换一张
取 消