From: Dave Thomas Date: 2001-11-29T21:33:57+09:00 Subject: [ruby-talk:26884] Re: Small RubyUnit extension Matthias Lampert writes: > > Suketa-san: is there any chance that something like this could be > > incorporated into the distribution? > > OK, you chose the Ruby solution; I accomplished almost the > same by working out skeletons and keystrokes for my editor. Another good approach, except... When I did the same for RubyUnit, and then decided to change the way I invoked the tests, I had to edit 50 files. Using this newer approach there'd have been no change. > The existing RubyUnit distribution provides a very nice interface > for that (.../rubyunit-0.3.9.03a/sample/testall.rb). That does something slightly different, running tests from multiple test files. Thanks Dave