Ghost/core/test/utils
Gabor Javorszky 8487dada0b Implement user and related content deletion
Closes #3100

* Introduces `destroyByAuhor`, given a context and an id, it will check if context has permission to delete the user by the id, and then deletes all the content where `author_id` is id, and then deletes the user
* Does multiple checks to make sure user exists
* Added a fixture `posts:mu` that creates 4 users belonging to 4 roles, 50 posts that have authors evenly distributed, 5 tags and all 50 have one tag attached to it, evenly distributed.

Caveats / questions

* Started testing
2014-07-31 03:48:59 +01:00
..
fixtures Implement user and related content deletion 2014-07-31 03:48:59 +01:00
api.js Adding role API tests & fixing browse 2014-07-28 07:22:06 +01:00
fork.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js Implement user and related content deletion 2014-07-31 03:48:59 +01:00