A library of utility functions for testing an API using a Restify client.
Testify is developed in CoffeeScript, but you can always compile it down to JavaScript if needed. Just run:
$ npm install coffee-script
$ ./node_modules/.bin/coffee -c lib/testify.coffee
$ npm install git://github.com/hackersatbrown/testify.git