What does the 'Red' phase in the Red-Green-Refactor cycle indicate?
-
A
The test passes with flying colors
-
B
The test fails because the production code doesn't exist yet
-
C
The code has a runtime error unrelated to tests
-
D
Refactoring has introduced a regression