debian-mirror-gitlab/spec/models/project_services/mattermost_service_spec.rb

8 lines
142 B
Ruby
Raw Normal View History

2019-05-18 00:54:41 +05:30
# frozen_string_literal: true
2017-08-17 22:00:37 +05:30
require 'spec_helper'
2017-09-10 17:25:29 +05:30
describe MattermostService do
2017-08-17 22:00:37 +05:30
it_behaves_like "slack or mattermost notifications"
end