summaryrefslogtreecommitdiff
path: root/spec/models/project_services/slack_service_spec.rb
blob: f751dd6ffb9a74bfb47063cab1313dd1eeb9bc8e (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe SlackService do
  it_behaves_like "slack or mattermost notifications", "Slack"
end