shoulda-callback-matchers icon indicating copy to clipboard operation
shoulda-callback-matchers copied to clipboard

Better error messages for partial assertion failures

Open beatrichartz opened this issue 9 years ago • 0 comments

In long winded statements like:

it { is_expected.to callback(:foo).after(:update).if(:something_is_true)

it would be helpful to have indications in the failure message which assertion of the three chained assertions failed, rather than just indicating a failure.

beatrichartz avatar Aug 29 '15 08:08 beatrichartz