As a reader I would like to be able to subscribe to authors that I enjoy so that I can more easily find new Posts they have written.
Given A user is on a Post detail page When they select the option to subscribe to the Post's author's other Posts Then a Subscription should be created in the database And the Subscription's begin datetime should be set to the current time
As a reader I would like to be able to subscribe to authors that I enjoy so that I can more easily find new Posts they have written.
Given A user is on a Post detail page
When they select the option to subscribe to the Post's author's other Posts
Then a Subscription should be created in the database
And the Subscription's begin datetime should be set to the current time