On Mon, Aug 23, 2010 at 1:55 PM, Marnen Laibow-Koser <[email protected]> wrote: > The extra typing is trivial compared > to the advantage of actually having tests that don't require elaborate > deciphering 6 months later.
Test::Unit tests like I write are very easy to decipher: test "should have a first name" do end Seems easy to me. -- Greg Donald destiney.com | gregdonald.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.

