Archive for August, 2008

test_fixtures plugin for Ruby on Rails

Wednesday, August 13th, 2008

Want to ensure that your test fixtures are valid? Use the test_fixtures plugin to validate each of your fixtures against the validations defined in your model.

It simply adds a TestFixtures unit test class to your ./test/units directory in your project.

More details are available on github

To install, run: