2009-01-06 11:49:19 +01:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
admin:
|
|
|
|
nick: admin
|
|
|
|
first_name: Anton
|
|
|
|
last_name: Admininistrator
|
|
|
|
email: admin@foo.test
|
2009-02-02 16:35:43 +01:00
|
|
|
password_hash: a3c77e64311ad37161e582b28737d1e420962538
|
|
|
|
password_salt: LNpP/lca
|
2009-02-06 19:30:35 +01:00
|
|
|
created_on: <%= 1.day.ago.to_s(:db) %>
|
2009-01-06 11:49:19 +01:00
|
|
|
test:
|
|
|
|
nick: test
|
|
|
|
first_name: Tim
|
|
|
|
last_name: Tester
|
2009-01-08 16:33:27 +01:00
|
|
|
email: test@foo.test
|
2009-02-02 16:35:43 +01:00
|
|
|
password_hash: 5549cd54032a72435037893b02d95ebef13cdc57
|
|
|
|
password_salt: DxnbIF1h
|
2009-02-06 19:30:35 +01:00
|
|
|
created_on: <%= Time.now.to_s(:db) %>
|
2011-05-07 21:55:24 +02:00
|
|
|
|