Topic: Should I learn to use Rspec directly and skip rails regular testing?
Hi there,
Ok. I'm at the level where I am pretty comfortable of building an app with rails and I am at a stage where testing is becoming important. I heard good things about Rspec. Now should I simply skip to learn how to use regular rails testing and simply Rspec? Are both useful?
Thanks in advance for the advice.