diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-13 13:46:45 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-13 13:46:45 +0000 |
commit | da69dec36f9ee1f09cf19fbaae4c138051847357 (patch) | |
tree | c9e5f9200d0eaece15fe642e9026170db70b72ff /test/fixtures/users.yml | |
parent | 936fdfce2c3306479b515e038e5352b1c941dad2 (diff) |
wip: fixing tests
Diffstat (limited to '')
-rw-r--r-- | test/fixtures/users.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 0951563..5e667b8 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,9 +1,13 @@ <% password_digest = BCrypt::Password.create("password") %> one: + first_name: Name 1 + last_name: Cippo 1 email_address: one@example.com password_digest: <%= password_digest %> two: + first_name: Name 2 + last_name: Cippo 2 email_address: two@example.com password_digest: <%= password_digest %> |