Files
fizzy/test/fixtures/bubbles.yml
T
Kevin McConnell dac2611c57 Auto-pop bubbles
2025-02-12 13:20:05 +00: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
auto_pop_at: <%= 1.week.from_now %>
layout:
bucket: writebook
creator: david
title: Layout is broken
color: "#698F9C"
created_at: <%= 1.week.ago %>
comments_count: 1
activity_score: 1
status: published
auto_pop_at: <%= 1.week.from_now %>
text:
bucket: writebook
creator: kevin
title: The text is too small
color: "#3B4B59"
created_at: <%= 1.week.ago %>
status: published
auto_pop_at: <%= 1.week.from_now %>
shipping:
bucket: writebook
creator: kevin
title: We need to ship the app
color: "#ED8008"
created_at: <%= 1.week.ago %>
status: published
auto_pop_at: <%= 1.week.from_now %>