Newer
Older
dmpopidor / test / fixtures / users.yml
@DigitalCurationCentre DigitalCurationCentre on 27 Jun 2016 834 bytes Master (#7)
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html

user_one:
 firstname: MyString
 surname: MyString
 email: MyString
 orcid_id: MyString
 shibboleth_id: MyString
 user_type_id: 1
 user_status_id: 1
 api_token: "guidances_api_token"
 organisation_id: aru.id

user_two:
 firstname: MyString
 surname: MyString
 email: "me@example.net"
 orcid_id: MyString
 shibboleth_id: MyString
 user_type_id: 1
 user_status_id: 1
 api_token: "plans_api_token"
 organisation_id: au.id

user_three:
  firstname: Mystring
  surname: Mystring
  email: "MyString@whousesyahoo.com"
  orcid_id: MyString
  shibboleth_id: MyString
  user_type_id: 1
  user_status_id: 1
  api_token: "plans_api_token"
  organisation_id: bu.id


with_many_projects:
  firstname: Many
  surname: Projects
  email: many.projects@example.com