Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mattermost_service_spec.rb « project_services « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6261c70f2662e8e20175feef72402ce51e967074 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe MattermostService do
  it_behaves_like "slack or mattermost notifications"
end