4

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.

Dave Sanders
  • 3,135
  • 4
  • 33
  • 43

1 Answers1

0

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

lebreeze
  • 5,094
  • 26
  • 34