summaryrefslogtreecommitdiff
path: root/spec/models/project_services/mattermost_notification_service_spec.rb
blob: 7832d6f50cf2a438897ab62f120ef4e2cd837ee0 (plain)
1
2
3
4
5
require 'spec_helper'

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