test RegistrationState
[angular-drzb] / 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();
+  });
 });