-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Integration test with capybara #26
Comments
You must know that Omniauth use Rack middleware and in test environment Rails using Fake Rack which doesn't have some functionality, maybe it is problem. |
It's interesting for me too |
Same problem here. Commenting out |
FWIW, setting
|
OmniAuth.config.test_mode = false #works for me too. Thanks guys! |
Will leave this open until I can document this, or determine if it is still the case. |
With an integration test that looks like
The POST path '/auth/identity/register' is not found by Capybara
The text was updated successfully, but these errors were encountered: