foodsoft/test/fixtures/users.yml

16 lines
355 B
YAML
Raw Normal View History

2009-01-06 11:49:19 +01:00
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
admin:
id: 1
nick: admin
first_name: Anton
last_name: Admininistrator
email: admin@foo.test
#TODO: password can't loaded directyl to the database
#password_hash:
#password_salt:
test:
id: 2
nick: test
first_name: Tim
last_name: Tester
email: test@foo.test