rename RegistrationState to ValidStates
[angular-drzb] / test / unit / servicesSpec.js
index 138ffec..bb06cee 100644 (file)
@@ -19,9 +19,9 @@ describe('service', function() {
     }));
   });
 
-       describe('RegistrationState', function() {
-               it('have status', inject(function(RegistrationState) {
-                       expect(RegistrationState().length).toBe(4);
+       describe('ValidStates', function() {
+               it('have status', inject(function(ValidStates) {
+                       expect(ValidStates().length).toBe(4);
                }));
        });