?
This commit is contained in:
parent
e253a71fc4
commit
2696e1f184
33 changed files with 443 additions and 0 deletions
13
test/fixtures/identities.yml
vendored
Normal file
13
test/fixtures/identities.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
id: MyString
|
||||
username: MyString
|
||||
discriminator: MyString
|
||||
avatar: MyString
|
||||
|
||||
two:
|
||||
id: MyString
|
||||
username: MyString
|
||||
discriminator: MyString
|
||||
avatar: MyString
|
11
test/fixtures/users.yml
vendored
Normal file
11
test/fixtures/users.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
provider: MyString
|
||||
uid: MyString
|
||||
border: MyString
|
||||
|
||||
two:
|
||||
provider: MyString
|
||||
uid: MyString
|
||||
border: MyString
|
Loading…
Add table
Add a link
Reference in a new issue