It would be nice to be able to specify different orders for the tests within a TestCase to be run in, as different ordering often turns up bugs in the tests. Some potential options:
alphabetic random ruby (the order Ruby returns them in)
Log in to post a comment.