impress/spec/models
Emi Matchu 217d25edab Handle new colors/species in the Rainbow Pool
Oh right, yeah, we like to do things gracefully around here when
there's no corresponding color/species record yet!

Paying more attention to this, I'm thinking like… it could be a cool
idea to, in modeling, *create* the new color/species record, and just
not have all the attributes filled in yet? Especially now that we're
less dependent on attributes like `standard` to be set for correct
functioning.

But for now, we follow the same strategy we do elsewhere in the app: a
pet type can have `color_id` and `species_id` that don't correspond to
a real record, and we cover over that smoothly.
2024-11-15 19:56:07 -08:00
..
color_spec.rb Handle new colors/species in the Rainbow Pool 2024-11-15 19:56:07 -08:00
pet_spec.rb Reapply changes to how disabling modeling works 2024-11-10 11:39:51 -08:00
pet_type_spec.rb Handle new colors/species in the Rainbow Pool 2024-11-15 19:56:07 -08:00
species_spec.rb Handle new colors/species in the Rainbow Pool 2024-11-15 19:56:07 -08:00