YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Fixed undefined error with descriptor fail count #12

Closed mridgway closed 12 years ago

mridgway commented 12 years ago

The code was attempting to use the red property which is valid on Strings, but not on Numbers. This is fixed by converting the Number to a String.