Eric Hodel wrote: >>The assert_follows_spec() could even perform several iterations of tests >>if wanted, to test deterministic-ness. > > If you've got a spec like this, why not write a method to autogenerate > test methods? Why is that better than something like assert_follows_spec()? It's not more readable IMO, it's not shorter, it adds an additional step in the Makefile/build process. -- dave