14 lines
277 B
YAML
14 lines
277 B
YAML
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
content: MyString
|
||
|
user_id: 1
|
||
|
micro_post_id: 1
|
||
|
comment_time: 2016-11-29 10:22:12
|
||
|
|
||
|
two:
|
||
|
content: MyString
|
||
|
user_id: 1
|
||
|
micro_post_id: 1
|
||
|
comment_time: 2016-11-29 10:22:12
|