17 lines
299 B
YAML
17 lines
299 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
||
one:
|
||
body: I agree.
|
||
creator: :jz
|
||
bubble: :one
|
||
|
||
two:
|
||
body: Same, let’s do it.
|
||
creator: :kevin
|
||
bubble: :one
|
||
|
||
three:
|
||
body: The text is overflowing the container.
|
||
creator: :david
|
||
bubble: :two
|