test RegistrationState
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Jan 2013 11:42:17 +0000 (12:42 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Jan 2013 11:42:17 +0000 (12:42 +0100)
test/unit/controllersSpec.js

index 7548b7a..a8b34e7 100644 (file)
@@ -67,4 +67,9 @@ describe('ListCtrl', function(){
        $httpBackend.flush();
        expect( scope.ready ).toBe( true );
   });
+
+  it('RegistrationState', function() {
+       $httpBackend.flush();
+       expect( scope.RegistrationState ).toBeTruthy();
+  });
 });