Files
fizzy/test/fixtures/bubbles.yml
T
Jose Farias e117f4e5af boost_count -> boosts_count
This aligns better with counter_cache conventions, in case we turn boosts into a model later
2024-11-19 14:22:51 -06:00

34 lines
641 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
layout:
bucket: writebook
creator: david
title: Layout is broken
color: "#698F9C"
created_at: <%= 1.week.ago %>
comments_count: 1
activity_score: 1
text:
bucket: writebook
creator: kevin
title: The text is too small
color: "#3B4B59"
created_at: <%= 1.week.ago %>
shipping:
bucket: writebook
creator: kevin
title: We need to ship the app
color: "#ED8008"
created_at: <%= 1.week.ago %>