Pass in the current distribution when running node specs

- npm package spec can use beforeAll/afterAll now
- also depend on github repo directly instead of the tarball

[finish #80505862]
This commit is contained in:
slackersoft
2014-10-11 14:54:08 -07:00
parent 916dc03d9c
commit a76d6d1cd4
3 changed files with 25 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
"grunt-contrib-compress": "~0.5.2",
"shelljs": "~0.1.4",
"glob": "~3.2.9",
"jasmine": "https://github.com/pivotal/jasmine-npm/archive/master.tar.gz",
"jasmine": "pivotal/jasmine",
"load-grunt-tasks": "^0.4.0"
}
}