puffnfresh / roy

Small functional language that compiles to JavaScript.
http://roy.brianmckenna.org/
MIT License
834 stars 74 forks source link

Fix Roy tests on Node.js 0.10 #174

Closed i80and closed 11 years ago

i80and commented 11 years ago

jasmine-node 1.0.26 contains a comparison on the Node.js version string that expects the minor release number to be a single digit. This obviously breaks with Node.js 0.10, so I updated Roy to use the latest version of jasmine-node (1.5.0).

puffnfresh commented 11 years ago

Awesome! Thanks.