aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2009-04-06 13:14:23 +0000
committerlouise <louise>2009-04-06 13:14:23 +0000
commit5ee3548932eaadda0c6056b06ece53190bfb8d56 (patch)
treee5570a5571feadbe904c90cf3a5f0307a0fa7283
parentde4645ca59fe224d7f526b626444c6209ad0cb1b (diff)
Adding a fixture for an admin user
-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