Refactor ReleasePipelineStartNotifier spec
What does this MR do and why?
Describe in detail what your merge request does and why.
Content
- Refactor ReleasePipelineStartNotifier spec
All the tests for ReleasePipelineStartNotifier are the same with different messages, so we can make a shared_examples and call it multiple time, to make the code clean.