Given a user has launched the program
When the user selects the option to create a facility
Then the user should be presented with a list of facility types that includes "Duck House"
Given user is viewing the list of facilities
When the user chooses "Duck House"
Then a new duck house should be added to the system
And the user should be presented with a message confirming the creation of the facility
And the user should be presented with the main menu again
Given a user has launched the program When the user selects the option to create a facility Then the user should be presented with a list of facility types that includes "Duck House"
Given user is viewing the list of facilities When the user chooses "Duck House" Then a new duck house should be added to the system And the user should be presented with a message confirming the creation of the facility And the user should be presented with the main menu again