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

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