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

require 'spec_helper'

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