Gcal.HTTPoison (gcal v1.0.3)
Gcal.HTTPoison
uses HTTPoison
on production envs
and Mocks
behaviour when testing.
Link to this section Summary
Functions
inject_poison/0
injects a TestDouble of HTTPoison in Test
so that we don't have duplicate mock in consuming apps.
see: https://github.com/dwyl/elixir-auth-google/issues/35
Link to this section Functions
Link to this function
httpoison()
inject_poison/0
injects a TestDouble of HTTPoison in Test
so that we don't have duplicate mock in consuming apps.
see: https://github.com/dwyl/elixir-auth-google/issues/35