Newer
Older
Website-backend / test / fixtures / users.yml
@lukas lukas on 3 Apr 2022 320 bytes initial commit
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  uuid: MyString
  username: MyString
  publicSalt: MyString
  secretSalt: MyString
  passwordHash: MyString

two:
  uuid: MyString
  username: MyString
  publicSalt: MyString
  secretSalt: MyString
  passwordHash: MyString