Cleanup email module

This commit is contained in:
Tankred Hase
2016-05-30 10:48:17 +02:00
parent e866cebc28
commit d56439cf8c
3 changed files with 41 additions and 54 deletions

View File

@@ -17,12 +17,6 @@ describe.skip('Koa App (HTTP Server) Integration Tests', function() {
app = yield init();
});
beforeEach(function () {});
afterEach(function() {});
after(function () {});
describe('REST api', function() {
describe('POST /api/v1/key', function() {
it('should return 400 for an invalid body', function (done) {