public
Description: Its like BDD for your JS
Homepage:
Clone URL: git://github.com/quirkey/jqunit-spec.git
name age message
file LICENSE Mon Mar 23 20:02:12 -0700 2009 Initial Commit [quirkey]
file README.textile Mon Mar 23 20:08:05 -0700 2009 More README [quirkey]
file jqunit-spec.js Sat Sep 05 12:36:54 -0700 2009 Run befores and afters in the scope of each test [quirkey]
file sample_spec.js Thu Mar 26 02:05:39 -0700 2009 Added ability to add 'pending' specs (functions... [quirkey]
README.textile

jqunit-spec

http://github.com/quirkey/jqunit-jspec

DESCRIPTION:

A thin wrapper around jqUnit for BDD style testing.

CONTRIBUTORS

SYNOPSIS:

jqunit-spec is a very small very light wrapper around jqunit. You can setup your test suites the exact same way as you do now: a test html, include jquery and jqunit. Including jqunit-spec gives you a couple more methods for defining your tests, most notably: describe, it, context, and should.

See sample_spec.js for simple usage.

LICENSE:

MIT-LICENSE – See LICENSE