View Source ESpec.Assertions.ThrowTerm (ESpec v1.9.2)

Defines 'throw_term' assertion.

it do: expect(function).to throw_term

it do: expect(function).to throw_term(term)

Summary

Functions

Link to this function

assert(subject, data, positive \\ true)

View Source
Link to this function

assert(subject, data, positive, stacktrace)

View Source