Forgot to run tests
This commit is contained in:
parent
7004e14a88
commit
eee196507b
3 changed files with 13 additions and 15 deletions
8
test/fixtures/users.yml
vendored
8
test/fixtures/users.yml
vendored
|
|
@ -5,7 +5,7 @@ admin:
|
|||
email: admin@debian.ork
|
||||
sign_in_count: 5
|
||||
provider: local
|
||||
admin: 1
|
||||
admin_role: true
|
||||
encrypted_password: <%= Devise::Encryptor.digest(User, 'adminsecret') %>
|
||||
|
||||
normal:
|
||||
|
|
@ -15,15 +15,13 @@ normal:
|
|||
email: mortal@debian.ork
|
||||
sign_in_count: 3
|
||||
provider: local
|
||||
admin: 0
|
||||
encrypted_password: <%= Devise::Encryptor.digest(User, 'normalsecret') %>
|
||||
|
||||
debian:
|
||||
name: Detlef Debian
|
||||
created_at: 2018-01-01
|
||||
updated_at: 2018-01-01
|
||||
email: detlef@debian.ork
|
||||
email: detlef@debian.org
|
||||
sign_in_count: 0
|
||||
provider: debian-sso
|
||||
admin: 0
|
||||
provider: salsa
|
||||
encrypted_password: nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue