summaryrefslogtreecommitdiff
path: root/spec/models/project_services/slack_service_spec.rb
blob: 01f580c5d015a3ca09eeec80371f7dcc5b5528ae (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"
end