On Sun, Feb 22, 2009 at 11:47 AM, Yi Wen <hayafi...@gmail.com> wrote:
> Cucumber, as far as my understanding goes, works on feature level. It could > take people days to finish a cucumber feature. In the meantime, the cucumber > test remains broken. What do we do then? We cannot check in any code because > that'll break the build. So we can only checkin code after several days? It > doesn't sound right to me. Any takes on this issue? Thanks in advance. What I do is write the feature, and check that in. Then I work on each step definition TDD-wise, checking in each as it runs without error and without failing the expectation. So I check in yellow (with pending steps) and when there are no more pending steps, I mark the feature as finished. ///ark _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users