mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-26 18:18:51 +01:00
Merge branch 'master' into problem-count
This commit is contained in:
2
test/fixtures/admins.yml
vendored
2
test/fixtures/admins.yml
vendored
@@ -7,4 +7,4 @@
|
||||
|
||||
admin:
|
||||
email: admin@example.com
|
||||
encrypted_password: <%= Devise.bcrypt(Admin, 'password') %>
|
||||
encrypted_password: <%= Devise::Encryptor.digest(Admin, 'password') %>
|
||||
Reference in New Issue
Block a user