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

8 lines
162 B
Ruby
Raw Normal View History

2019-07-07 11:18:12 +05:30
# frozen_string_literal: true
2017-08-17 22:00:37 +05:30
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe MattermostService do
2019-12-04 20:38:33 +05:30
it_behaves_like "slack or mattermost notifications", "Mattermost"
2017-08-17 22:00:37 +05:30
end