Railianos: I am mentally challenged. Ruby has this nice feature where a class can have two - or twenty - methods with the same name. That''s a great feature, but it conflicts with another great feature of Test::Unit::TestCase. It has a built-in TestCollector. Unlike CppUnit (for example) where you must write the name of each test case, then write it again in a list. But when we put these two Ruby features together, they suck. You have no reason to send your test cases as messages to objects, because the Test Collector will do that for you. So you have no reason to review the name. And good naming conventions (combined with clone-and-modify programming) often lead to names of test cases that collide. Then the system never tells you that you had a collision. Has anyone written a plugin that adds to rake the ability to detect matching test cases? I''ll start writing one the next time this bites me, but I''m just asking first. -- Phlip http://www.greencheese.us/ZeekLand <-- NOT a blog!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---