Fixing tests

This commit is contained in:
Dominic Lennon
2017-01-16 14:37:14 +00:00
parent 3507e4ce0e
commit f0add97cf9

View File

@@ -100,6 +100,9 @@
function (next) {
meta.configs.init(next);
},
function(next) {
db.initSessionStore(next);
},
function (next) {
meta.dependencies.check(next);
},