As a User I want to rate the beer currently on tap so that I know in the future how much I liked it.
Give that the user is diplayed an empty rating
When the User clicks on the rating
Then ensure the user is authenticated
Given that the user is displayed their current rating
When the user clicks on the rating
Then ensure the user is authenticated
and ensure their previous rating is changed to the one they just clicked on.