aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/fixtures/users.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/spec/fixtures/users.yml b/spec/fixtures/users.yml
index 5dc4479ba..276909cf5 100644
--- a/spec/fixtures/users.yml
+++ b/spec/fixtures/users.yml
@@ -22,4 +22,15 @@ silly_name_user:
email_confirmed: false
admin_level: 'none'
ban_text: ''
-
+admin_user:
+ id: "3"
+ name: Joe Admin
+ url_name: joe_admin
+ email: joe@localhost
+ salt: "-6116981980.392287733335677"
+ hashed_password: 6b7cd45a5f35fd83febc0452a799530398bfb6e8 # jonespassword
+ updated_at: 2007-11-01 10:39:15.491593
+ created_at: 2007-11-01 10:39:15.491593
+ email_confirmed: false
+ admin_level: 'super'
+ ban_text: '' \ No newline at end of file