README.md

# RenewEx

[Renew](http://renew.de/) file parser in Elixir.

## Running tests

All test:
```sh
mix test
```

Only fast tests:
```
mix test --exclude slow
```