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 viewing a user profile
When they select the option to subscribe to the the author
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 viewing a user profile When they select the option to subscribe to the the author Then a Subscription should be created in the database
And the Subscription's begin datetime should be set to the current time