Files
fizzy/test/fixtures/bubbles.yml
T
Jason Zimdars 834b71c17f Adjust fixtures
2024-09-18 10:44:34 -05:00

21 lines
465 B
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
title: The logo isn't big enough
body: Make the logo bigger.
color: '#ED8008'
creator: :david
due_on: <%= 3.days.from_now %>
two:
title: Layout is broken
body: The page scrolls horizontally on mobile devices.
color: '#698F9C'
creator: :david
three:
title: The text is too small
body: Increase the font size.
color: '#3B4B59'
creator: :kevin