12 lines
228 B
YAML
12 lines
228 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
name: MyString
|
||
|
|
email: MyString
|
||
|
|
password_digest: MyString
|
||
|
|
|
||
|
|
two:
|
||
|
|
name: MyString
|
||
|
|
email: MyString
|
||
|
|
password_digest: MyString
|