Fix test suite
This commit is contained in:
parent
2b24083653
commit
47df4d8afd
5 changed files with 44 additions and 37 deletions
3
test/fixtures/users.yml
vendored
3
test/fixtures/users.yml
vendored
|
|
@ -12,9 +12,10 @@ normal:
|
|||
name: Norman Normal
|
||||
created_at: 2018-06-01
|
||||
updated_at: 2018-06-01
|
||||
email: mortal@debian.ork
|
||||
email: mortal@example.org
|
||||
sign_in_count: 3
|
||||
provider: local
|
||||
pseudo: true
|
||||
encrypted_password: <%= Devise::Encryptor.digest(User, 'normalsecret') %>
|
||||
|
||||
debian:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue