diff options
| author | simon <simon@zagal.(none)> | 2009-02-08 23:54:29 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-15 20:22:04 +0100 |
| commit | 654f1542cafb3a8fc6bcd559952ae1a14c825fc9 (patch) | |
| tree | d4596c1a34d72495b473523774993a28128b6987 /test/fixtures/users.yml | |
| parent | 9f94a70c3e3d9bf766cb9663b0a904d30a190d85 (diff) | |
* regenerated the user fixtures with new site key, login tests work now
* removed some cookie related tests
Diffstat (limited to 'test/fixtures/users.yml')
| -rw-r--r-- | test/fixtures/users.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 3abe206..a6570e0 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml | |||
| @@ -3,16 +3,16 @@ quentin: | |||
| 3 | id: 1 | 3 | id: 1 |
| 4 | login: quentin | 4 | login: quentin |
| 5 | email: quentin@example.com | 5 | email: quentin@example.com |
| 6 | salt: 356a192b7913b04c54574d18c28d46e6395428ab # SHA1('0') | 6 | salt: cf993996a70d31f924aff17a5f997722cb6ec2dd |
| 7 | crypted_password: 89e27e324f2dee0fb72034631aa1bc3ca28ea574 # 'monkey' | 7 | crypted_password: 11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey' |
| 8 | created_at: <%= 5.days.ago.to_s :db %> | 8 | created_at: <%= 5.days.ago.to_s :db %> |
| 9 | 9 | ||
| 10 | aaron: | 10 | aaron: |
| 11 | id: 2 | 11 | id: 2 |
| 12 | login: aaron | 12 | login: aaron |
| 13 | email: aaron@example.com | 13 | email: aaron@example.com |
| 14 | salt: da4b9237bacccdf19c0760cab7aec4a8359010b0 # SHA1('1') | 14 | salt: 5be6f9cdd04fd7ab3c91cd32a5334ba2339b8005 |
| 15 | crypted_password: cf39f8e6972c25ac72ccc801cab755ef15bca09b # 'monkey' | 15 | crypted_password: 740a48caf7dd5ff11318d812d57c0a0928cfbc12 # 'monkey' |
| 16 | created_at: <%= 1.days.ago.to_s :db %> | 16 | created_at: <%= 1.days.ago.to_s :db %> |
| 17 | 17 | ||
| 18 | 18 | ||
