-
For the project to be educative I decided to try out true TDD with Red-Green-Refactor cycles for all requirements. For that I need to attach unit testing C++ framework and develop workflow that uses i…
-
I think it would be nice to have the possibility to express steps entirely constituted by other steps as suggested here (see tip 13): http://www.engineyard.com/blog/2009/15-expert-tips-for-using-cucum…
-
This would simplify creating new cassette files.
My workflow is something like:
1. Write code using HTTP in a TDD way
2. Once the request (and response) are correct, record with VCR
3. continue testi…
-
In order to do TDD with rspec, it would be very valuable to be able to generate the spec without the model implementation. Probably good to have this for all types of files, but the model in particul…
-
Run Picard and it seems to daemonify itself. If you make any changes to your source code, it doesn't detect this and reload the app. To get it to reload, it looks like you have to find and kill the …