budget/test/fixtures/users.yml
Andrew Tomaka ba0343f6cb
All checks were successful
Ruby CI / test (pull_request) Successful in 24s
Generate scaffolding for user
2024-07-26 22:35:17 -04:00

9 lines
284 B
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
email: userone@example.local
password_digest: <%= BCrypt::Password.create("secret") %>
two:
email: usertwo@example.local
password_digest: <%= BCrypt::Password.create("secret") %>