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

6 lines
111 B
Ruby
Raw Normal View History

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