Panos Matsinopoulos

Senior Software Engineer: Love Writing and Reading Software, Taking Entrepreneurial Risks, Teaching Computer Programming & Blogging here or in many other places. I also Love Music and I can call myself a small pianist!

Rails Validator Attachment

| Comments

I believe that testing is the most important part of the software development lifecycle. Nothing is ready unless it passes successfully all tests.

Meanwhile, I am trying to test as much aspects of my Rails application as possible. One such are the validations that I have on my models. To help my task on testing validations, I have created a gem that helps me out there.

You can find more details here:

Validator Attachment

Your comments are welcome.

Comments