a11yist/test/fixtures/users.yml

10 lines
222 B
YAML
Raw Permalink Normal View History

<% 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 %>