Files
fizzy/test/fixtures/cards.yml
T
2025-04-22 13:03:31 +02:00

38 lines
815 B
YAML

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