--- layout: default title: "Jasmine: Javascript Testing Framework" ---
describe("Jasmine", function() { it("makes testing JavaScript awesome!", function() { expect(yourCode).toBeLotsBetter(); }); });
Version | Size | Date | SHA1 | |
---|---|---|---|---|
jasmine-standalone-1.0.0.zip | 1.0.0 | 20k | 2010/09/14 12:54:38 PDT | 1866f654a3ad0ab9109393ce31d6613c77916607 |
jasmine-standalone-1.0.0.rc1.zip | 1.0.0.rc1 | 19k | 2010/08/26 13:09:41 PDT | 20e7da22bc7ce3433331a5ad44eb199f4ff34065 |
jasmine-standalone-0.11.1.zip | 0.11.1 | 18k | 2010/06/25 16:05:30 PDT | 26998c7ca047e47f84c382a4efeb1dc5cb8661a6 |
> gem install jasmine > script/generate jasmine > rake specFor more details on integration with various flavors of Ruby and Rails see Jasmine Gem.
Discussion: http://groups.google.com/group/jasmine-js
Group email: jasmine-js@googlegroups.com
Current build status of Jasmine is visible at ci.pivotallabs.com
Pivotal Tracker project: http://www.pivotaltracker.com/projects/10606
Twitter: @JasmineBDD