14 lines
254 B
YAML
14 lines
254 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
user: one
|
||
|
|
token: MyString
|
||
|
|
user_agent: MyString
|
||
|
|
ip_address: MyString
|
||
|
|
|
||
|
|
two:
|
||
|
|
user: two
|
||
|
|
token: MyString
|
||
|
|
user_agent: MyString
|
||
|
|
ip_address: MyString
|