Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```