ESpec.ExpectTo

Defines to and to_not functions which call specific ‘assertion’

Source

Summary

not_to(rhs, arg2)

Alias fo to_not

to(arg1, arg2, positive \\ true)

Calls specific asserion

to_not(rhs, arg2)

Just to with positive = false

Functions

not_to(rhs, arg2)

Alias fo to_not.

Source
to(arg1, arg2, positive \\ true)

Calls specific asserion.

Source
to_not(rhs, arg2)

Just to with positive = false.

Source