From: Ghislain Mary Date: 2005-06-08T07:39:46+09:00 Subject: Re: new article pat eyler a �crit : > I did, perhaps it didn't show up very well: > > > > Letting ZenTest write code stubs for you works the same way. If you > were to run the tool against your existing ts_r43.rb like > 'ZenTest.rb ts_r43.rb', it would generate the output shown here: > > 1 class R43 > > 2 def key > 3 raise NotImplementedError, 'Need to write key' > 4 end > > 5 def echo > 6 raise NotImplementedError, 'Need to write echo' > 7 end > > 8 end > > Since all that ZenTest is writing for you are code stubs (which look > a *lot* like test stubs) I probably need to be more explicit about what's > going on. > Oh... sorry. That's my mistake. It is indeed very clear. Thanks.