benchristel / jasmine-template

Breezy Jasmine setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jasmine Test Template

Setting up a new Javascript project with Jasmine specs can be a pain. You have to go download the Jasmine source from their website, or hunt around your other projects for the Jasmine libs and copy them to your new project. Well, not anymore. Just do this:

curl -o spec.html https://raw.githubusercontent.com/benchristel/jasmine-template/master/spec.html

and replace the placeholder test with your own. Now you're doing TDD!

About

Breezy Jasmine setup


Languages

Language:HTML 100.0%