I’ve found a plugin to integrate jasmine testing in sublime text 2, https://github.com/gja/sublime-text-2-jasmine, but I can’t make it work. It looks like a port of the TextMate plugin.
Does someone know how to make it properly work?
Thanks in advance
Edit: Actually the plugin doesn’t integrate sublime with jasmine… bad luck 🙁
The only thing said package adds is the ability to switch from a module to its spec.
You can easily and cleanly install the
Jasminepackage which does the same thing by means of using the excellent Sublime Package Control.