R
Rick DeNatale
The reason that we want to see the test fail is so that we can
confident that when it passes that it's passing because of the code we
wrote in step 3. Otherwise, we could write code that the test doesn't
interact with in any way resulting in a useless test and dead code.
Is that what you mean by "debug the spec?" If not, can you please explain?
Better late than never. Yes