in tutorials/tutorial2/TicTacToeTests/TicTacToeMocks.swift [145:150]
func routeToOffGame() {
routeToOffGameCallCount += 1
if let routeToOffGameHandler = routeToOffGameHandler {
return routeToOffGameHandler()
}
}