Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 360 Bytes

File metadata and controls

12 lines (7 loc) · 360 Bytes

Testify

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

Installing

$ npm install git://github.com/hackersatbrown/testify.git