Slightly modified implementation of a tutorial on coffeescript testing (check the link). :)
Go to file
2012-07-11 01:25:27 +02:00
src Added feature of checking if task added is neither a string nor a Task object. But I also discovered that the error thrown is not checked properly. 2012-07-11 01:25:27 +02:00
test Added feature of checking if task added is neither a string nor a Task object. But I also discovered that the error thrown is not checked properly. 2012-07-11 01:25:27 +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. :)