Frederick Cheung wrote: > you do realise that you can do TDD > with Test::Unit (or any testing framework really). It's a shift in > mentality more than anything else.
+1 to that. I love and use RSpec (I never _really_ learned Test::Unit). But if you already know Test::Unit then I'd recommend that you try TDD with Test::Unit. You can practice the workflow/mindset of writing a failing test, then coding to make it pass (and then refactoring) without having to learn new syntax at the same time. To actually answer your question: I think the best place to learn RSpec is the peepcode screencasts: https://peepcode.com/products/rspec-basics There are three of them. I couldn't say which is best since I don't know how much you know about RSpec, but if you can afford $27 then you should buy all three. HTH --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

