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() {