From 50a29909ba8b6f532886dedd200e7b847a4c3844 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 8 Jul 2014 12:02:20 -0300 Subject: [PATCH] remove test --- test/unit/controllers/controllersSpec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 267d562a8..58ef7cc73 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -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);