thoughtbot / shoulda-matchers

Simple one-liner tests for common Rails functionality
https://matchers.shoulda.io
MIT License
3.5k stars 911 forks source link

Support deprecated status code symbols. #1637

Closed ioquatix closed 2 months ago

simi commented 2 months ago

Just to add a little background, some code names were changed and related constant should not be reached directly to get proper deprecation warning.

matsales28 commented 2 months ago

Just to add a little background, some code names were changed and related constant should not be reached directly to get proper deprecation warning.

It makes sense to me; I triggered the CI, and once it pass, I'm good merging. Thanks for adding that!

ioquatix commented 2 months ago

Thanks team!