Testing error message when specing models?

Should you test validation error messages when specing your models?

Anthony Smith wrote in post #958119:

Should you test validation error messages when specing your models?

Probably not. It's probably enough to check that valid? is false when it should be.

Best,