Any one know of a good javascript bbd/spec framework that works on rhino? So far i am underwhelmed.
2 thoughts on “”
Comments are closed.
Any one know of a good javascript bbd/spec framework that works on rhino? So far i am underwhelmed.
Comments are closed.
You might look at Jasmine:
http://pivotal.github.com/jasmine/
And here’s a way to run it on Rhino:
http://www.build-doctor.com/2010/12/08/javascript-bdd-jasmine/
That is pretty much what we have ended up with. Envjs is total overkill just to get the 4 timeout methods that jasmine needs.