parent
c23f58a6df
commit
a70c656690
21 changed files with 309 additions and 2 deletions
9
test/fixtures/users.yml
vendored
Normal file
9
test/fixtures/users.yml
vendored
Normal 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") %>
|
Loading…
Add table
Add a link
Reference in a new issue