Additional examples can be found by looking at the cucumber features or the specs for nodespec itself
The simplest way to install nodespec is via npm:
$ npm install nodespec
Alternatively, you can download the code and install it manually in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/glenjamin/nodespec
Glen Mailer (glenjamin@gmail.com)