antonmi / antonmi/espec_phoenix
Mismatched Syntax
Abierto
- Lenguaje dominante
- Elixir
- Estrellas
- 138
- Forks
- 31
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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. 🙂
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.