Skip to content

Instantly share code, notes, and snippets.

View alexhgian's full-sized avatar

Alex Gian alexhgian

  • San Diego, CA
View GitHub Profile
{
'use strict';
/**
* Factory: RedirectFactory
*
* Redirect all the things
*/
app.factory('RedirectFactory', RedirectFactory);
var expect = require('expect.js');
var mongoose = require('mongoose');
/*******************************************************
* Setup Mongoose
*******************************************************/
mongoose.connect("mongodb://localhost/mocha_test");
var testSchema = new mongoose.Schema({