shoulda-callback-matchers
shoulda-callback-matchers copied to clipboard
Better error messages for partial assertion failures
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.