Generate scaffolding for user
All checks were successful
Ruby CI / test (pull_request) Successful in 24s

This commit is contained in:
Andrew Tomaka 2024-07-26 22:31:14 -04:00
parent a6eaa1b4cf
commit ba0343f6cb
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
19 changed files with 306 additions and 1 deletions

9
test/fixtures/users.yml vendored Normal file
View file

@ -0,0 +1,9 @@
# 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") %>