Fix todos async delete feature flag actor
What does this MR do?
Follow-up of !59185 (merged) which
changed the check actor of :destroy_issuable_todos_async
feature flag check.
It changed the behavior, checking if the flag was enabled for projects instead of groups. This merge requests restore the previous behavior.
It also moves specs related to todos deletion into shared examples on a separate file to reused on
EE::Issuable::DestroyService
.
Edited by Felipe Cardozo