Finish splitting notifications specs into separate files
Until https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2785 all specs for GitLab email notifications where located in a single, large file. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2785#note_3688906 started a process of splitting specs into separate files, reflecting an implementation structure in our codebase (currently, most of implementation is located in mixins).
We need to finish process of moving notification specs into separate files:
-
Issue notifications Emails::Issues
-
Merge request notifications Emails::MergeRequests
-
Note notifaictions Emails::Notes
-
Project notifications Emails::Projects
-
Profile notifications Emails::Profile
-
Group notifications Emails::Groups
-
Build notifiactions Emails::Builds