I'm dabbling with node.js and coffeescript and I want to know what is a good unit test and acceptance test setup for the technologies. The data component of the project (backend/webserver/database) is using coffeescript and node.js and the view and component is going to be in coffeescript/javascript (using titanium appcelerator) and they are very separate but if they can use the same testing frameworks for both it would be cool.
The names I have heard after a bit of searching are Jasmine, Zombie and Mocha.
Any help would be appreciated Thanks.
UPDATE:
I forgot to add I'm used to developing using rails and using rspec for unit tests and Cucumber for acceptance tests.