Pavlov.Syntax.Expect
Expect syntax for writing better specs.
Summary↑
expect(subject) | Sets an expectation on a value.
In this example, |
Functions
Sets an expectation on a value.
In this example, eq
is a typical matcher:
Example
expect(actual) |> to_eq(expected)