dwyl / elixir-auth-github

:octocat: Minimalist GitHub OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀
GNU General Public License v2.0
38 stars 4 forks source link

Export TestDouble Function in Hex Package #44

Closed nelsonic closed 4 years ago

nelsonic commented 4 years ago

Similar to https://github.com/dwyl/elixir-auth-google/issues/35 we need to export the TestDouble for the GitHub auth so that we do not duplicate it. See code: https://github.com/dwyl/elixir-auth-google/pull/36

This should only take one pomodoro to complete.

nelsonic commented 4 years ago

PR: #45 merged by @SimonLab ✅