ESpec.ExpectTo
Defines to
and to_not
functions which call specific ‘assertion’
Summary↑
not_to(rhs, arg) | Alias fo |
to(arg1, arg2, positive \\ true) | Calls specific asserion |
to_not(rhs, arg) | Just apply |
Functions
Alias fo to_not
.
Calls specific asserion.
Just apply ESpec.ExpectTo.to
with positive = false
.