Skip to content

Instantly share code, notes, and snippets.

View matthewtole's full-sized avatar

Matthew Tole matthewtole

View GitHub Profile
var
// Node modules
mongoose = require('mongoose')
, async = require('async')
, should = require('should')
, User = require(__dirname + '/../models/user')
/**
* Mocha Test