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

fix: with_high_message expects a custom validation message too

Open freesteph opened this issue 1 year ago • 0 comments

The only impact being in the generated documentation (via description_clauses_for_qualifiers):

before:

is expected to validate that Y lies inside the range R

after

is expected to validate that X lies inside the range R producing a custom validation error on failure

As with_low_message already does.

freesteph avatar Mar 22 '24 04:03 freesteph