Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rsignavong/json_api_espec
- Owner: rsignavong
- License: mit
- Created: 2019-03-20T23:40:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T09:02:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T16:12:44.465Z (about 2 months ago)
- Topics: elixir, espec, json-api
- Language: Elixir
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).