1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 02:20:14 -05:00

started testing app controller

This commit is contained in:
Tankred Hase 2013-08-20 16:41:32 +02:00
parent 4d861d7f81
commit e8bf77d1ad

View File

@ -52,7 +52,6 @@ define(function(require) {
});
describe('execute', function() {
describe('login', function() {
it('should work', function(done) {
controller.execute('login', {
@ -79,7 +78,6 @@ define(function(require) {
});
});
});
});
});