Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 564 Bytes

README.markdown

File metadata and controls

14 lines (9 loc) · 564 Bytes

Jasmine Snippets

Some vim snippets for writing jasmine specs.

Installation

Clone the repository and create a symbolic link to your snippets path:

git clone https://brunograsselli@github.com/brunograsselli/jasmine-snippets.git ~/projects_path/jasmine-snippets
ln -s ~/projects_path/jasmine-snippets/javascript-jasmine/ ~/.vim/snippets/javascript-jasmine

Jasmine?

"Jasmine is a behavior-driven development framework for testing your JavaScript code".

http://pivotal.github.com/jasmine/