-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing tests on master (Feb 28, 2014) #393
Comments
Thanks, I'll try to look some this week. Any help is appreciated. |
The test test_checks_password_against_database fails because it expects the crypto provider to be SCrypt but it is Sha512. I don't know enough of the code to see where this is set. |
These 2 PR fix all 4 errors. |
Seeing this error on 3.4.0 when running tests:
|
This seems to be resolved by @yourewelcome, the scrypt gem was added to the development dependencies. It is not added to the runtime dependencies, maybe it should, as this is now the default, see #400 too. |
As per @yourewelcome's comment: #388 (comment) these need to be fixed before releasing a new version of the gem.
Authlogic::CryptoProviders::Sha512.
I started looking into these but didn't get very far.
The text was updated successfully, but these errors were encountered: