Files
fizzy/test/fixtures/cards.yml
T
Jorge Manrubia 468bbf1388 Add test
2025-04-10 13:15:29 +02:00

39 lines
837 B
YAML

logo:
collection: writebook
creator: david
title: The logo isn't big enough
due_on: <%= 3.days.from_now %>
created_at: <%= 1.week.ago %>
boosts_count: 5
comments_count: 2
activity_score: 7
status: published
last_active_at: <%= Time.current %>
layout:
collection: writebook
creator: david
title: Layout is broken
created_at: <%= 1.week.ago %>
comments_count: 1
activity_score: 1
status: published
last_active_at: <%= Time.current %>
text:
collection: writebook
creator: kevin
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
title: We need to ship the app
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= Time.current %>