Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorbadrov/bdd_elixir_example
Shows how to use BDD in Elixir
https://github.com/davorbadrov/bdd_elixir_example
bdd cabbage elixir
Last synced: 20 days ago
JSON representation
Shows how to use BDD in Elixir
- Host: GitHub
- URL: https://github.com/davorbadrov/bdd_elixir_example
- Owner: davorbadrov
- Created: 2019-06-11T09:54:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T08:02:42.000Z (over 5 years ago)
- Last Synced: 2024-10-17T13:14:00.385Z (2 months ago)
- Topics: bdd, cabbage, elixir
- Language: Elixir
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BDD Elixir
An example of how to use BDD in Elixir using the [cabbage](https://github.com/cabbage-ex/cabbage) library.
It only has a couple of scenarios demoing the feature.## Installation/Usage
```sh
mix deps.get
mix test # or iex -S mix to play around
```