Unified mongo and email style

This commit is contained in:
Tankred Hase
2016-06-08 14:01:30 +02:00
parent 56162a01d9
commit b5fb5331fc
7 changed files with 17 additions and 32 deletions

View File

@@ -13,8 +13,8 @@ describe('Mongo Integration Tests', function() {
let mongo;
before(function *() {
mongo = new Mongo(config.mongo);
yield mongo.connect();
mongo = new Mongo();
yield mongo.init(config.mongo);
});
beforeEach(function *() {