From 7cf2a474ddec0db169ad5d677691197fa48d2f36 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Fri, 12 Sep 2014 10:37:11 -0300 Subject: [PATCH] removed old test --- test/unit/controllers/controllersSpec.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index bb836fb69..0dd6b38a5 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -37,11 +37,6 @@ describe("Unit: Controllers", function() { }; describe('More Controller', function() { - it('Copay config should be binded', function() { - should.exist(config); - should.exist(config.unitToSatoshi); - }); - var ctrl; beforeEach(inject(function($controller, $rootScope) { scope = $rootScope.$new();