summaryrefslogtreecommitdiff
path: root/spec/models/project_services/mattermost_service_spec.rb
blob: 490d6aedffce7339a17b8adf385719790a28157d (plain)
1
2
3
4
5
require 'spec_helper'

describe MattermostService, models: true do
  it_behaves_like "slack or mattermost notifications"
end