Slightly modified implementation of a tutorial on coffeescript testing (check the link). :)
Go to file
2012-07-10 23:48:29 +02:00
src Finished the tutorial :) 2012-07-10 23:48:29 +02:00
test Finished the tutorial :) 2012-07-10 23:48:29 +02:00
.gitignore first commit 2012-07-10 12:40:45 +02:00
package.json Finished the tutorial :) 2012-07-10 23:48:29 +02:00
README first commit 2012-07-10 12:40:45 +02:00

This project is just me following the instructions from this site: 

http://net.tutsplus.com/tutorials/javascript-ajax/better-coffeescript-testing-with-mocha/ 

With some minor adjustments based on the commenters. 

After downloading, do "npm install" in the base folder to get the required node_modules to test and run the code. :)