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

8 lines
156 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-11-25 19:36:37 +00:00
require 'spec_helper'
describe MattermostService do
it_behaves_like "slack or mattermost notifications", "Mattermost"
2016-11-25 19:36:37 +00:00
end