From 1495dbc38013885d066d97a009fbd7b5d096dfb0 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 4 Dec 2014 11:23:23 -0300 Subject: [PATCH] fix karma --- test/unit/controllers/controllersSpec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 571a907ef..7c0314fa1 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -145,9 +145,6 @@ describe("Unit: Controllers", function() { }); })); - it('should have a ReceiveController controller', function() { - expect(scope.loading).equal(false); - }); }); describe('History Controller', function() {