This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'use strict'; | |
| /** | |
| * Factory: RedirectFactory | |
| * | |
| * Redirect all the things | |
| */ | |
| app.factory('RedirectFactory', RedirectFactory); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var expect = require('expect.js'); | |
| var mongoose = require('mongoose'); | |
| /******************************************************* | |
| * Setup Mongoose | |
| *******************************************************/ | |
| mongoose.connect("mongodb://localhost/mocha_test"); | |
| var testSchema = new mongoose.Schema({ |