antonmi / antonmi/espec_phoenix
Mismatched Syntax
Ouverte
- Langage dominant
- Elixir
- Étoiles
- 138
- Forks
- 31
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
It seems that some of the examples in the readme don't use the same syntax that's specified in the [antonmi/espec](https://github.com/antonmi/espec) repo. For example:
```
expect(new_changeset.errors).to have(error)
```
Should be:
```
expect(new_changeset.errors) |> to(have error)
```
Correct?
Thanks for creating such a great library! I'm really enjoying using it. 🙂
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.