On Sun, 2004-06-27 at 20:28, martinankerl at eml dot cc wrote: > I am currently trying out test-driven development, and want to write a > small FXRuby application. 2 cents worth of friendly advice: don't do that. Rich, GUI classes are notoriously hard to unit-test, and at the same time they are usually very easy to test manually. I think, majority of "test-infested" programmers don't write unit tests for thick GUIs, for this kind of reasons. It is certainly a wrong kind of project to get a taste of test driven development. Best regards, Alex