kontena / kontena-registrator

Other
0 stars 0 forks source link

Test immutable state #3

Open SpComb opened 7 years ago

SpComb commented 7 years ago

Many of the state objects use Object#freeze to enforce immutability for shared (Observable) state, as well as enforcing idempotency for the Policy context.

These should have some kind of specs to make sure that they actually work as intended.

SpComb commented 7 years ago

The Kontena::Registrator::Policy cases now have specs.