Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I'm running into the same problem – Frank Dec 8 '10 at 22:39
I'm also seeing this. – picardo Mar 12 '11 at 9:39

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.