2019-03-30 03:23:56 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-11-25 14:36:37 -05:00
|
|
|
require 'spec_helper'
|
|
|
|
|
2017-07-10 10:24:02 -04:00
|
|
|
describe SlackService do
|
2019-09-27 07:35:37 -04:00
|
|
|
it_behaves_like "slack or mattermost notifications", 'Slack'
|
2016-11-25 14:36:37 -05:00
|
|
|
end
|