Login
From:
Mark's Blog
(Uncensored)
subscribe
Testing custom validators
https://without-brains.net/2022/05/24/testing-custom-validators/
links
backlinks
Tagged with:
ruby
rails
Roast topics
Find topics
Find it!
When writing custom validators like described in the Rails guide on validations it’s good practice to write tests for them so you are sure they work as intended. Let’s take a look at the custom validator example shown in that Rails guide: