Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 340 Bytes

File metadata and controls

16 lines (11 loc) · 340 Bytes

Node BDD

Behavior Driven Development (BDD) with node.js using jasmine and zombie.

See presentation

Start the Server

$ node server.js

Install the Dependencies

$ npm install
$ npm install -g jasmine-node

Run the Specs

$ jasmine-node spec/
$ jasmine-node --coffee spec/coffee