gitlab-org--gitlab-foss/spec/models/project_services/slack_notification_service_spec.rb

5 lines
132 B
Ruby

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