aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r--test/fixtures/users.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
index 7c4553f..a4ba4de 100644
--- a/test/fixtures/users.yml
+++ b/test/fixtures/users.yml
@@ -2,4 +2,11 @@ test_user:
id: 1
login: test
name: foo
- email: foo@bar.org \ No newline at end of file
+ email: foo@bar.org
+
+test_admin:
+ id: 2
+ login: admin
+ name: Admin
+ email: ad@min.invalid
+ jefe: true \ No newline at end of file