From: Dobrica Pavlinusic Date: Fri, 25 Jan 2013 11:42:17 +0000 (+0100) Subject: test RegistrationState X-Git-Tag: 0.7~3 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=46114c0d40955a3f4d9020c32ed9ec35e48d7668;p=angular-drzb test RegistrationState --- diff --git a/test/unit/controllersSpec.js b/test/unit/controllersSpec.js index 7548b7a..a8b34e7 100644 --- a/test/unit/controllersSpec.js +++ b/test/unit/controllersSpec.js @@ -67,4 +67,9 @@ describe('ListCtrl', function(){ $httpBackend.flush(); expect( scope.ready ).toBe( true ); }); + + it('RegistrationState', function() { + $httpBackend.flush(); + expect( scope.RegistrationState ).toBeTruthy(); + }); });