Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rsignavong/json_api_espec

Json Api ESpec custom matcher to write quick and nice tests
https://github.com/rsignavong/json_api_espec

elixir espec json-api

Last synced: 9 days ago
JSON representation

Json Api ESpec custom matcher to write quick and nice tests

Awesome Lists containing this project

README

        

# JsonApiEspec

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `json_api_espec` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:json_api_espec, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/json_api_espec](https://hexdocs.pm/json_api_espec).