foodsoft/test/fixtures/users.yml
benni 8a74e7d77f Removed annoate and hirb Gemfiles.
Annotate: Better look in schema.rb, this reference should be always up
to date.

Hirb: To reactivate hirb, look in railscasts:
http://railscasts.com/episodes/48-console-tricks-revised
2012-07-27 18:07:42 +02:00

18 lines
497 B
YAML

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
admin:
nick: admin
first_name: Anton
last_name: Admininistrator
email: admin@foo.test
password_hash: a3c77e64311ad37161e582b28737d1e420962538
password_salt: LNpP/lca
created_on: <%= 1.day.ago.to_s(:db) %>
test:
nick: test
first_name: Tim
last_name: Tester
email: test@foo.test
password_hash: 5549cd54032a72435037893b02d95ebef13cdc57
password_salt: DxnbIF1h
created_on: <%= Time.now.to_s(:db) %>