views:

17

answers:

0

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.