--- 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-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