Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 571 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 571 Bytes

Safe Calculator Test Design Kata

This exercise is used in this Guided Learning Hour - Using a Test Double to find bugs.

Exercise Instructions

The code in SafeCalculator contains a bug, marked with a comment. Write tests that fail because of this bug.

Acknowledgements

This exercise was invented by Dimitri Merejkowsky and his original code is in his repo kata-doppelganger