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

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