gitlab-org--gitlab-foss/spec/models/project_services/mattermost_service_spec.rb

8 lines
156 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe MattermostService do
it_behaves_like "slack or mattermost notifications", "Mattermost"
end