You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in any of the spec and it will throw this error on run without giving any more information.
.rvm/gems/ruby-2.2.2/gems/teaspoon-1.1.5/lib/teaspoon/runner.rb:35:in `[]': no implicit conversion of String into Integer (TypeError)
It was really difficult to track this down, because there was a console.log() in some of the js files and at a certain point there was a call to console.log with an integer and it was breaking without even saying a line or something.
The text was updated successfully, but these errors were encountered:
I have the same problem. it happens with console.log("1") too.
if you change it from an int to a definitive string, like console.log("a1"), then it works
@thebravoman thanks for the report. Indeed it was complicated to track down and I was starting to wonder if it was an incompatibility with the most recent phantomjs, for instance.
Example is just
in any of the spec and it will throw this error on run without giving any more information.
It was really difficult to track this down, because there was a console.log() in some of the js files and at a certain point there was a call to console.log with an integer and it was breaking without even saying a line or something.
The text was updated successfully, but these errors were encountered: