RichardOnRails wrote: > Hi Marnen, > >> Glad to hear it! > > Yes, but I already have a problem (posted on a new thread) and an > observation: Ruby unit-test is an example of brittle software. The > first one I wrote had all sorts of problems I could resolve. I wound > up taking a working sample and step-by-step transforming into my > desired test. If I have too many disappointments, I'll try out BDD > to see if it's any better.
RSpec is much nicer than Test::Unit. But Test::Unit isn't particularly brittle, unless you're using it wrong. I'll look at your other thread. > > Best wishes,] > Richard Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

