summaryrefslogtreecommitdiff
path: root/spec/models/project_services/mattermost_service_spec.rb
blob: 5b974985706dac91e265379a8ebdf8e18879393a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe MattermostService do
  it_behaves_like "slack or mattermost notifications", "Mattermost"
end