espec_phoenix icon indicating copy to clipboard operation
espec_phoenix copied to clipboard

Mismatched Syntax

Open LandonSchropp opened this issue 3 years ago • 0 comments

It seems that some of the examples in the readme don't use the same syntax that's specified in the 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. 🙂

LandonSchropp avatar Jul 06 '21 21:07 LandonSchropp