about summary refs log tree commit diff stats
path: root/test/fixtures/comments.yml
blob: 1d6475a6ba943c32c6b96e6d1b02ebfc00183b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  blog: one
  username: MyString
  email: MyString
  website: MyString
  body: MyText
  status: MyString

two:
  blog: two
  username: MyString
  email: MyString
  website: MyString
  body: MyText
  status: MyString