Configure tests and helpers for current backend state
This commit is contained in:
parent
471440804c
commit
4edae5e7bb
9 changed files with 85 additions and 11 deletions
7
test/fixtures/users.yml
vendored
Normal file
7
test/fixtures/users.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: testuser
|
||||
status: test
|
||||
email: test@email.com
|
||||
password_digest: <%= BCrypt::Password.create('testpassword') %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue