/TurnTicket-Kata

Code kata for learning more about Test Doubles and SOLID principles

Primary LanguageSwiftMIT LicenseMIT

TurnTicket Kata

Write the unit tests for the TicketDispenser. The TicketDispenser class is designed to be used to manage a queuing system in a shop. There may be more than one ticket dispenser but the same ticket should not be issued to two different customers.

Acknowledgements

This exercise was originally designed by Luca Minudel and is included in his repo TDDwithMockObjectsAndDesignPrinciples