You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume you're asking about test helpers to mock hitting an OAuth provider (e.g. Facebook) without actually hitting the provider?
Unfortunately, no, I don't believe Sorcery provides built-in support for that. You can however use other gems to mock API calls/responses, which should work.
Is it possible to test external module like Facebook using acceptance test with sorcery without touching Facebook? (in isolation)
The text was updated successfully, but these errors were encountered: