debian-mirror-gitlab/spec/models/project_services/mattermost_service_spec.rb
2019-07-07 11:18:12 +05:30

7 lines
142 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe MattermostService do
it_behaves_like "slack or mattermost notifications"
end