ESpec.Assertions.ChangeFromTo
Defines ‘change’ assertion.
it do: expect(function1).to change(function2, from, to)
Summary↑
assert(subject, data, positive \\ true) |
Defines ‘change’ assertion.
it do: expect(function1).to change(function2, from, to)
assert(subject, data, positive \\ true) |