Given a user has launched the program
When the user selects the option to purchase an animal
Then the user should be presented with a list of animals to purchase
Given user is viewing a list of animals
When the user selects an animal
Then the user should be presented with a list of facilities that are appropriate for that animal
And the current number of animals currently in each facility should be displayed
Given a user has launched the program When the user selects the option to purchase an animal Then the user should be presented with a list of animals to purchase
Given user is viewing a list of animals When the user selects an animal Then the user should be presented with a list of facilities that are appropriate for that animal And the current number of animals currently in each facility should be displayed