chai-oauth2orize-grant
![Dependencies](https://david-dm.org/jaredhanson/chai-oauth2orize-grant.png)
Helpers for testing OAuth2orize
grants with the Chai assertion library.
Install
$ npm install chai-oauth2orize-grant
Usage
Use Plugin
Use this plugin as you would all other Chai plugins:
var chai = require('chai')
, grant = require('chai-oauth2orize-grant');
chai.use(grant);
Write Test Cases
Once used, the chai.grant
helper function will be available to set up test
cases for OAuth2orize grants.
Tests
$ npm install
$ npm test
Credits
License
The MIT License
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>