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

6 lines
111 B
Ruby

require 'spec_helper'
describe MattermostService do
it_behaves_like "slack or mattermost notifications"
end