test_fixtures plugin for Ruby on Rails

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:

Leave a Reply