antonmi / antonmi/espec_phoenix
Mismatched Syntax
Aperta
- Lingua principale
- Elixir
- Stelle
- 138
- Fork
- 31
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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. 🙂
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.