elixir_auth_google v1.1.2 ElixirAuthGoogle.HTTPoisonMock

This is a TestDouble for HTTPoison which returns a predictable response. Please see: https://github.com/dwyl/elixir-auth-google/issues/35

Link to this section Summary

Functions

get/1 using a dummy _url to test body decoding.

post/2 passing in dummy _url & _body to test return of access_token.

Link to this section Functions

get/1 using a dummy _url to test body decoding.

Link to this function

post(url, body)

post/2 passing in dummy _url & _body to test return of access_token.