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

https://github.com/antonmi/umbrella_with_espec

Demonstrates ESpec in umbrella project
https://github.com/antonmi/umbrella_with_espec

Last synced: over 1 year ago
JSON representation

Demonstrates ESpec in umbrella project

Awesome Lists containing this project

README

          

# UmbrellaWithEspec

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `umbrella_with_espec` to your list of dependencies in `mix.exs`:

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

2. Ensure `umbrella_with_espec` is started before your application:

```elixir
def application do
[applications: [:umbrella_with_espec]]
end
```

If [published on HexDocs](https://hex.pm/docs/tasks#hex_docs), the docs can
be found at [https://hexdocs.pm/umbrella_with_espec](https://hexdocs.pm/umbrella_with_espec)