mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Have users fixture store the actual hash that is expected
This commit is contained in:
parent
12ea8f8b48
commit
4386d422af
4
test/fixtures/users.yml
vendored
4
test/fixtures/users.yml
vendored
@ -1,4 +1,6 @@
|
||||
<% require 'digest' %>
|
||||
|
||||
one:
|
||||
name: TestUser
|
||||
email: TestEmail
|
||||
password: TestPassword
|
||||
password: <%= Digest::MD5.hexdigest("TestUser's password IS... TestPassword (lol!)") %> # = 918ce1f12a9d36f7b6e28f179188a004
|
||||
|
||||
Loading…
Reference in New Issue
Block a user