1
My SEO Research Tool Startup => http://serpiq.com
In order to take my Rails coding to the next level, it appears I need to start incorporating some testing into my apps to make sure things stay resilient as I expand and add features. I understand the core ideas of why test frameworks are good, but I really don't have any idea of which one is best and where to start.
It seems like Test::Unit and RSpec are the two big players for the Ruby world...can anyone share advice about which one to start with and any good resources I could use to get moving in the right direction?