diff options
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r-- | test/fixtures/users.yml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml deleted file mode 100644 index fb9a792..0000000 --- a/test/fixtures/users.yml +++ /dev/null @@ -1,49 +0,0 @@ -test_user: - id: 1 - login: test - name: Tim Est - email: user@localhost.invalid - access: 3 - -test_admin: - id: 2 - login: admin - name: Alex Dmin - email: admin@localhost.invalid - jefe: true - access: 3 - -test_locked: - id: 3 - login: locked - name: Leroy Ocked - email: locked@localhost.invalid - disabled: true - -test_contributor: - id: 4 - login: contributor - name: Carl Ontributor - email: contributor@localhost.invalid - access: 0 - -test_padawan: - id: 5 - login: padawan - name: Peter Adawan - email: padawan@localhost.invalid - access: 1 - -test_member: - id: 6 - login: member - name: Mike Ember - email: member@localhost.invalid - access: 2 - -test_confidential_member: - id: 7 - login: confidential_member - name: James Bond - email: confidential_member@localhost.invalid - access: 3
\ No newline at end of file |