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

8 lines
152 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-11-25 19:36:37 +00:00
require 'spec_helper'
RSpec.describe SlackService do
it_behaves_like "slack or mattermost notifications", 'Slack'
2016-11-25 19:36:37 +00:00
end