#Test Driven Development Blog I am going to attempt to TDD a blog with posts, comments and tags
#####User Stories
- [ ]A user can see all the posts on the homepage
- [ ]A user should be able to create a new post
- [ ]A user can edit a post
- [ ]A user can delete a post