changes to the testing, incorporating browser_testing

This commit is contained in:
Spencer Alger
2014-01-09 16:23:02 -07:00
parent 9df9b30aa4
commit 3490479eee
36 changed files with 30713 additions and 6410 deletions

View File

@ -6,7 +6,7 @@ var now = new Date('2013-03-01T00:00:00Z');
var sinon = require('sinon');
module.exports = function (makeLogger) {
var stub = require('./auto_release_stub').make();
var stub = require('../utils/auto_release_stub').make();
var parent = new Log();
afterEach(function () {