From: Manlio Malaidini Date: 2008-03-30T12:52:53+09:00 Subject: Re: Unit test filename convention Eric Hodel wrote: > On Mar 29, 2008, at 16:19 PM, Manlio Malaidini wrote: >> unit >> tests filename? I've never bought into the TC_* style, it's ugly and >> fairly disruptive. What about yada_test.rb for class Yada defined in >> yada.rb? > > > lib/yada.rb # class/module Yada > test/test_yada.rb # class TestYada < Test::Unit::TestCase > It makes perfect sense, thank you. > (Which works out-of-the-box with autotest, but since you're using > Eclipse, you probably don't care.) I've just switched to Netbeans. So far so good. Well, much better to be honest. Thanks MM -- Posted via http://www.ruby-forum.com/.