remove test

This commit is contained in:
Matias Alejo Garcia 2014-07-08 12:02:20 -03:00
commit 50a29909ba

View file

@ -41,10 +41,6 @@ describe("Unit: Controllers", function() {
});
}));
it('Should have a Backup controller', function() {
expect(scope.title).to.be.an('undefined');
});
it('Backup controller #download', function() {
scope.wallet.setEnc('1234567');
expect(saveAsLastCall).equal(null);