Hi,
I want to get into testing. I really do. However I find it problematic to jump over testing when I know my rails code is not perfect. I'm not a ror expert yet so most of my energy is spent in development.
I have some questions:
- How easy/hard is to introduce rspec in the middle of development, I think you have to generate scaffolds with that enable isn't it? But I already have a base without them.
- Is rspec a good choice to start with, specially since focus in on learning the framework and trying to implement the planned features?
Actually I have more questions but I don't know how to formulate them
I understand the importance of testing and I want to have it, just don't
know where to start, the testing framework, the framework with some
plugins, rspec, ...?
I would also appreciate some hints to make the process easier, for example: start by testing your controllers only, then move to something else later on, etc.
I'll be happy to hear from you guys.
Cheers.