Files
fizzy/test/fixtures/cards.yml
T
Jorge Manrubia 1bb8de8564 Fix tests
2025-09-29 13:13:40 +02:00

45 lines
982 B
YAML

logo:
collection: writebook
creator: david
column: writebook_triage
title: The logo isn't big enough
due_on: <%= 3.days.from_now %>
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>
layout:
collection: writebook
creator: david
column: writebook_triage
title: Layout is broken
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>
text:
collection: writebook
creator: kevin
column: writebook_in_progress
title: The text is too small
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>
shipping:
collection: writebook
creator: kevin
column: writebook_triage
title: We need to ship the app
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>
buy_domain:
collection: writebook
creator: david
title: Buy domain
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>