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

26 lines
440 B
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
body: ""
creator: :jz
bubble: one
created_at: <%= 3.seconds.from_now %>
two:
body: ""
creator: :jz
bubble: two
created_at: <%= 3.seconds.from_now %>
three:
body: ""
creator: :kevin
bubble: one
created_at: <%= 3.seconds.from_now %>
four:
body: ""
creator: :jz
bubble: one
created_at: <%= 3.seconds.from_now %>