We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using Google-Oauth-2 and running specs you get a failure in
rails_apps_testing/lib/generators/testing/configure/templates/spec/omniauth/features/users/sign_in_spec.rb
On line 27. The invalid_credentials are not working. It is signing in successfully with a valid user named "Example User"
The text was updated successfully, but these errors were encountered:
Line 23: OmniAuth.config.mock_auth[:twitter] = :invalid_credentials
When I change it to: OmniAuth.config.mock_auth[:default] = :invalid_credentials
The invalid_signin passes as expected. However the signout fails after. Why is default not reset?
Sorry, something went wrong.
No branches or pull requests
using Google-Oauth-2 and running specs you get a failure in
rails_apps_testing/lib/generators/testing/configure/templates/spec/omniauth/features/users/sign_in_spec.rb
On line 27. The invalid_credentials are not working. It is signing in successfully with a valid user named "Example User"
The text was updated successfully, but these errors were encountered: