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

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