fixes txproposal notifications

This commit is contained in:
Matias Alejo Garcia 2014-07-08 08:58:24 -03:00
commit 141e8bddd3
3 changed files with 22 additions and 38 deletions

View file

@ -255,10 +255,7 @@ describe("Unit: Controllers", function() {
$httpBackend.verifyNoOutstandingRequest();
});
it('should have a txAlertCount', function() {
expect(scope.txAlertCount).equal(0);
$httpBackend.flush();
});
it('should hit github for version', function() {
$httpBackend.expectGET(GH);