Configuration
- Provider Gem:
omniauth-1.7.1
- Ruby Version:
2.4.2p198
- Framework:
rails (5.1.4)
- Platform:
mac
Expected Behavior
When using mock_auth I expect to all requests to twiiter API will redirected to success url immediately.
Actual Behavior
After updating to rspec 3.7.0 mock_auth stops intercept requests to twitter API. It prompt twitter form to user (capybara).
Steps to Reproduce
use rspec 3.7.0 with capybara and omniauth.
Configuration
omniauth-1.7.12.4.2p198rails (5.1.4)macExpected Behavior
When using mock_auth I expect to all requests to twiiter API will redirected to success url immediately.
Actual Behavior
After updating to rspec 3.7.0 mock_auth stops intercept requests to twitter API. It prompt twitter form to user (capybara).
Steps to Reproduce
use rspec 3.7.0 with capybara and omniauth.