Files
fizzy/test/fixtures/bubbles.yml
T
Jorge Manrubia 08cb69aca5 Replace auto_pop_at with generic last_activity column
so that we can use it in other scenarios
2025-04-04 09:45:56 +02:00

42 lines
873 B
YAML

logo:
bucket: writebook
creator: david
title: The logo isn't big enough
color: "#ED8008"
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:
bucket: writebook
creator: david
title: Layout is broken
color: "#698F9C"
created_at: <%= 1.week.ago %>
comments_count: 1
activity_score: 1
status: published
last_active_at: <%= Time.current %>
text:
bucket: writebook
creator: kevin
title: The text is too small
color: "#3B4B59"
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= Time.current %>
shipping:
bucket: writebook
creator: kevin
title: We need to ship the app
color: "#ED8008"
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= Time.current %>