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: about 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T08:02:42.000Z (about 7 years ago)
- Last Synced: 2025-02-02T00:11:50.887Z (over 1 year 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
```