Jasmine Unit Tests added
Added Jasmine (http://pivotal.github.com/jasmine/) Added Jasmine-jQuery (https://github.com/velesin/jasmine-jquery)
Great work man! Can we use a jasmine html output rather than console so its a bit easier for everyone to understand how to test their code?
Thanks!
B
If you have installed the ruby gem you can just run "rake jasmine" (ctrl+c to abort) and point your Browser to the URL the jasmine runner provides you (default is localhost:8888) or you can run "rake jasmine:ci" to get the output in your terminal. I understand that not everyone want to install the ruby gem, so I will add the jasmine standalone version.
I changed from jasmine gem to standalone version now
So it looks to much easier just using the rake jasmine command. I hate to do this but can we remove the standalone version and I will pull it in. Not a fan of all the extra stuff the standalone required. Thanks man. Can't wait to pull this in.
Btw, I removed "Jasmine standalone" ;)