ESpec v1.7.0 ESpec.ExpectTo View Source
Defines to
and to_not
functions which call specific 'assertion'
Link to this section Summary
Link to this section Functions
Link to this function
not_to(rhs, arg) View Source
Alias of to_not
.
Link to this function
to(arg1, arg2) View Source
Calls specific assertion.
Link to this function
to_not(arg1, arg2) View Source
Just apply 'assert' with positive = false
.