Some vim snippets for writing jasmine specs.
Clone the repository and create a symbolic link to your snippets path:
git clone https://[email protected]/brunograsselli/jasmine-snippets.git ~/projects_path/jasmine-snippets
ln -s ~/projects_path/jasmine-snippets/javascript-jasmine/ ~/.vim/snippets/javascript-jasmine
"Jasmine is a behavior-driven development framework for testing your JavaScript code".