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
- Host: GitHub
- URL: https://github.com/antonmi/umbrella_with_espec
- Owner: antonmi
- Created: 2017-02-17T09:06:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T09:07:55.000Z (over 9 years ago)
- Last Synced: 2025-01-22T08:47:14.874Z (over 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)