tendersearls / tldr

A Ruby test framework for people who don't have time for slow tests 💣💥
MIT License
250 stars 4 forks source link

Improve assert/refute_pattern failure messages #11

Closed henrahmagix closed 10 months ago

henrahmagix commented 10 months ago

I noticed a slight issue in the failure message of refute_pattern, a missing "not", so I've fixed that, and also just made the assert_pattern failure message a bit more readable =)

searls commented 10 months ago

nice! thanks