0.0.3 • Published 11 years ago

jasmine-node-sugar v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

jasmine-node-sugar

Some additional methods that make my life easier when testing with Jasmine (1.0.28) in Node.js
I decided not to push this one to npm while there are only a few insignificant features which probably will be fixed in the next Jasmine release.

Usage

  • add this repo as dependency in package.json:

  "devDependencies": {
    "jasmine-node": "1.0.28",
    "jasmine-node-sugar": "git://github.com/bestander/jasmine-node-sugar.git#master"
  },
  • require this module in your spec file
  • call jasmine_node_sugar.addJasmineMatchers in beforeEach method of your suite/spec

License MIT

0.0.3

11 years ago

0.0.2

11 years ago