summaryrefslogtreecommitdiff
path: root/spec/models/project_services/slack_service_spec.rb
blob: 93036ac7ec4323a23b63e10f9c8477e204a61de5 (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