Jasmine and CoffeeScript

CoffeeScript is a language that compiles to JavaScript, and it’s beautiful. It makes coding in JavaScript much easier, and it also makes your Jasmine code look better. Using CoffeeScript with Jasmine is a fairly straightforward process, and your specs will look pretty.

~

JavaScript Testing with Jasmine by Evan Hahn. pdf , p. 33.

[…] For more about CoffeeScript, take a look at Alex MacCaw’s The Little Book on CoffeeScript (O’Reilly).

Testing with Jasmine. coffeescript-cookbook