gitlab-org--gitlab-foss/spec/models/project_services/mattermost_service_spec.rb
2017-07-27 14:31:53 +02:00

5 lines
111 B
Ruby

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