Fixed wrong datetime-settings in fixtures.
This commit is contained in:
parent
0a87294ed4
commit
85eb27079f
4 changed files with 10 additions and 3 deletions
2
test/fixtures/users.yml
vendored
2
test/fixtures/users.yml
vendored
|
|
@ -25,6 +25,7 @@ admin:
|
|||
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
|
||||
|
|
@ -32,3 +33,4 @@ test:
|
|||
email: test@foo.test
|
||||
password_hash: 5549cd54032a72435037893b02d95ebef13cdc57
|
||||
password_salt: DxnbIF1h
|
||||
created_on: <%= Time.now.to_s(:db) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue