playground/test/fixtures/users.yml
2026-05-17 03:44:36 +00:00

9 lines
222 B
YAML

<% password_digest = BCrypt::Password.create("password") %>
one:
email_address: one@example.com
password_digest: <%= password_digest %>
two:
email_address: two@example.com
password_digest: <%= password_digest %>