gitlab-org--gitlab-foss/changelogs/unreleased/get-rid-of-water-from-notification_service_spec-to-make-it-DRY.yml
YarNayar e941e96f33 Make notification_service spec DRYer by making some tests reusable
The spec for 'participatns' notifications in notification_service for both
issue and merge_request is pretty simple but it was fully copied without sagnificant changes
8 times (!!!) for EVERY situation you need to notify this group of user which caused to file
to extra growth and not being very DRY. And I love DRY. Since the spec is already too messy  and
most likely gonna to increase the size nearest time, I decided to refactor those parts.
2016-12-12 14:36:36 +03:00

4 lines
105 B
YAML

---
title: Make notification_service spec DRYer by making test reusable
merge_request:
author: YarNayar