I have custom validations in rails model:
validate :custom_validation_method def custom_validation_method # do stuff here end
How can I make RSpec for this? Thanks!
Aucun commentaire:
Enregistrer un commentaire