Packages

Testing Strategy for Ueberauth.

Current section

Files

Jump to
ueberauth_testing lib ueberauth_testing.ex
Raw

lib/ueberauth_testing.ex

defmodule UeberauthTesting do
@moduledoc """
Documentation for UeberauthTesting.
"""
@doc """
Hello world.
## Examples
iex> UeberauthTesting.hello
:world
"""
def hello do
:world
end
end