gitlab-org--gitlab-foss/spec/models/project_services/chat_message
Sean McGivern 5e7d68ef79 Fix issue reopen Mattermost / Slack message
When an issue is reopened, the action is 'reopen', but the state is 'opened' (as
we don't have a separate 'reopened' state any more).

Because we checked the action in one method and the state in another, this lead
to a weird case where the mesage neither linked to the issue, nor contained an
attachment with its details. Just checking the action is fine, as it's the most
granular.
2017-11-06 14:40:13 +00:00
..
issue_message_spec.rb Fix issue reopen Mattermost / Slack message 2017-11-06 14:40:13 +00:00
merge_message_spec.rb Include GitLab full name with username in Slack messages 2017-10-06 13:02:28 -07:00
note_message_spec.rb Include GitLab full name with username in Slack messages 2017-10-06 13:02:28 -07:00
pipeline_message_spec.rb Include GitLab full name with username in Slack messages 2017-10-06 13:02:28 -07:00
push_message_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
wiki_page_message_spec.rb Include GitLab full name with username in Slack messages 2017-10-06 13:02:28 -07:00