This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
How should end-users of this gem handle testing? #4
Labels
question 🤔
I'd like feedback on something
I'm wondering what testing should look like with this gem? I think end-users will be able to handle a majority of their testing with either
ActiveSupport::CurrentAttributes
, or session manipulation. For some tests, I think they might need to mock out the OAuth flow, though. For those cases, we should consider exposing some test helpers to streamline that flow.The text was updated successfully, but these errors were encountered: