impress/spec/fixtures
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
..
colors.yml Handle new colors/species in the Rainbow Pool 2024-11-15 19:56:07 -08:00
pet_types.yml Handle new colors/species in the Rainbow Pool 2024-11-15 19:56:07 -08:00
species.yml Add failing test for modeling bug where we break existing connections 2024-11-06 14:08:32 -08:00
zones.yml Add assets to modeling tests, and also uhh some other fixes 2024-10-21 16:46:10 -07:00