From 9dadc61cae2c4c01a97880e89ca86a0e760fc8d1 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 7 Oct 2009 21:03:28 +0200 Subject: implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to create, edit, destroy other users --- test/fixtures/users.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/fixtures') diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 5b32afc..a62b350 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -13,4 +13,5 @@ aaron: salt: 5be6f9cdd04fd7ab3c91cd32a5334ba2339b8005 crypted_password: 740a48caf7dd5ff11318d812d57c0a0928cfbc12 # 'monkey' created_at: <%= 1.days.ago.to_s :db %> + admin: true -- cgit v1.3