1959e15f7e
These are mainly because the fixture's UUIDs are deterministic rather than time-sortable, and more places where we need to correct the fixture IDs as well.
9 lines
255 B
YAML
9 lines
255 B
YAML
logo_kevin:
|
|
id: <%= ActiveRecord::FixtureSet.identify("logo_kevin_pin", :uuid) %>
|
|
card: logo_uuid
|
|
user: kevin_uuid
|
|
|
|
shipping_kevin:
|
|
id: <%= ActiveRecord::FixtureSet.identify("shipping_kevin_pin", :uuid) %>
|
|
card: shipping_uuid
|
|
user: kevin_uuid |