README.md
# ExUnitAbsinthe
[![Build Status](https://travis-ci.org/futpib/ex_unit_absinthe.svg?branch=master)](https://travis-ci.org/futpib/ex_unit_absinthe)
Helpers for [Absinthe](https://github.com/absinthe-graphql/absinthe) GraphQL tests
## Installation
[Available in Hex](https://hex.pm/docs/publish), this package can be installed
by adding `ex_unit_absinthe` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_unit_absinthe, "~> 0.1.0"},
]
end
```
## Example
See