I’m trying to write more exercism tests and I’m baffled why there isn’t the inverse equivalent of #assert:equals: which shows a useful test response where you can easily see what’s going on.
#assert:equals: is very nice, showing you a diff browser - I kind of expect the opposite to be there, but it all looks like a bit of mess with assert vs should and deny vs shouldn’t -did we change tact somewhere over the years and not deprecate stuff? Tim