RailsCasts Pro episodes are now free!

Learn more or hide this

Bob Roberts's Profile

GitHub User: brobertsaz

Site: bob-roberts.net

Comments by Bob Roberts

Avatar

Not exactly sure what this has to do with this issue but we were having the same problem. Testing in browser worked fine but the test kept failing. We ended up removing:

OmniAuth.config.test_mode = true

from the spec/support/omniauth_support.rb file and now our tests are passing.

Hope this helps :)